io.github.nremond.legacy

Type members

Classlikes

case class SecureHash(iterations: Int, dkLength: Int, cryptoAlgo: String)

This is the legacy API.

This is the legacy API.

Value parameters:
cryptoAlgo

HMAC+SHA512 is the default as HMAC+SHA1 is now considered weak

dkLength

derived-key length, default to 32

iterations

the number of encryption iterations. Default to 210000