Uses of Interface
cloud.opencode.base.crypto.password.PasswordHash
Packages that use PasswordHash
-
Uses of PasswordHash in cloud.opencode.base.crypto
Methods in cloud.opencode.base.crypto that return PasswordHashModifier and TypeMethodDescriptionstatic PasswordHashOpenCrypto.argon2()Argon2id password hash (recommended) Argon2id 密码哈希(推荐)static PasswordHashOpenCrypto.bcrypt()BCrypt password hash BCrypt 密码哈希static PasswordHashOpenCrypto.pbkdf2()PBKDF2 password hash PBKDF2 密码哈希static PasswordHashOpenCrypto.scrypt()SCrypt password hash SCrypt 密码哈希 -
Uses of PasswordHash in cloud.opencode.base.crypto.password
Classes in cloud.opencode.base.crypto.password that implement PasswordHashModifier and TypeClassDescriptionfinal classArgon2 password hashing implementation - Modern memory-hard password hashing algorithm (requires Bouncy Castle) Argon2 密码哈希实现 - 现代内存困难密码哈希算法(需要 Bouncy Castle)final classBCrypt password hashing implementation - Adaptive password hashing based on the Blowfish cipher BCrypt 密码哈希实现 - 基于 Blowfish 密码的自适应密码哈希final classPBKDF2 password hashing implementation - Password-Based Key Derivation Function 2 using JDK standard library PBKDF2 密码哈希实现 - 使用 JDK 标准库的基于密码的密钥派生函数 2final classSCrypt password hashing implementation - Memory-hard password hashing using scrypt algorithm (requires Bouncy Castle) SCrypt 密码哈希实现 - 使用 scrypt 算法的内存困难密码哈希(需要 Bouncy Castle)