package legacy
Type Members
-
case class
SecureHash(iterations: Int = 120000, dkLength: Int = 32, cryptoAlgo: String = "HmacSHA512") extends Product with Serializable
This is the legacy API.
This is the legacy API.
- iterations
the number of encryption iterations. Default to 120000
- dkLength
derived-key length, default to 32
- cryptoAlgo
HMAC+SHA512 is the default as HMAC+SHA1 is now considered weak