Uses of Class
cloud.opencode.base.crypto.password.Argon2Hash
Packages that use Argon2Hash
-
Uses of Argon2Hash in cloud.opencode.base.crypto.password
Methods in cloud.opencode.base.crypto.password that return Argon2HashModifier and TypeMethodDescriptionstatic Argon2HashArgon2Hash.argon2d()Create Argon2d hasher with default parameters (resistant to GPU attacks) 使用默认参数创建 Argon2d 哈希器(抵抗 GPU 攻击)static Argon2HashArgon2Hash.argon2i()Create Argon2i hasher with default parameters (resistant to side-channel attacks) 使用默认参数创建 Argon2i 哈希器(抵抗旁道攻击)static Argon2HashArgon2Hash.argon2id()Create Argon2id hasher with default parameters (recommended for most use cases) 使用默认参数创建 Argon2id 哈希器(推荐用于大多数用例)Argon2Hash.Builder.build()Build the Argon2Hash instance 构建 Argon2Hash 实例