io.github.nremond.legacy

Members list

Concise view

Type members

Classlikes

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

This is the legacy API.

This is the legacy API.

Attributes

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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any