Uses of Class
cloud.opencode.base.crypto.password.SCryptHash
Packages that use SCryptHash
-
Uses of SCryptHash in cloud.opencode.base.crypto.password
Methods in cloud.opencode.base.crypto.password that return SCryptHashModifier and TypeMethodDescriptionSCryptHash.Builder.build()Build the SCryptHash instance 构建 SCryptHash 实例static SCryptHashSCryptHash.of()Create SCrypt hasher with default parameters 使用默认参数创建 SCrypt 哈希器static SCryptHashSCryptHash.owaspRecommended()Create SCrypt hasher with OWASP recommended parameters 使用 OWASP 推荐参数创建 SCrypt 哈希器