Package cloud.opencode.base.crypto.password


package cloud.opencode.base.crypto.password
  • Class
    Description
    Argon2 password hashing implementation - Modern memory-hard password hashing algorithm (requires Bouncy Castle) Argon2 密码哈希实现 - 现代内存困难密码哈希算法(需要 Bouncy Castle)
    Builder for creating customized Argon2 hashers 用于创建自定义 Argon2 哈希器的构建器
    Argon2 algorithm type enumeration - Different variants of Argon2 password hashing Argon2 算法类型枚举 - Argon2 密码哈希的不同变体
    BCrypt password hashing implementation - Adaptive password hashing based on the Blowfish cipher BCrypt 密码哈希实现 - 基于 Blowfish 密码的自适应密码哈希
    Builder for creating customized BCrypt hashers 用于创建自定义 BCrypt 哈希器的构建器
    Password hashing interface for secure password storage - Provides methods for hashing and verifying passwords 密码哈希接口,用于安全存储密码 - 提供密码哈希和验证方法
    Password policy for validating password strength - Configurable rules for password complexity 密码策略用于验证密码强度 - 可配置的密码复杂度规则
    Builder for PasswordPolicy PasswordPolicy 构建器
    Validation result containing validity and violations 验证结果,包含有效性和违规信息
    PBKDF2 password hashing implementation - Password-Based Key Derivation Function 2 using JDK standard library PBKDF2 密码哈希实现 - 使用 JDK 标准库的基于密码的密钥派生函数 2
    Builder for creating custom Pbkdf2Hash instances 用于创建自定义 Pbkdf2Hash 实例的构建器
    SCrypt password hashing implementation - Memory-hard password hashing using scrypt algorithm (requires Bouncy Castle) SCrypt 密码哈希实现 - 使用 scrypt 算法的内存困难密码哈希(需要 Bouncy Castle)
    Builder for creating custom SCryptHash instances 用于创建自定义 SCryptHash 实例的构建器