Package

io.github.nremond

legacy

Permalink

package legacy

Visibility
  1. Public
  2. All

Type Members

  1. case class SecureHash(iterations: Int = 20000, dkLength: Int = 32, cryptoAlgo: String = "HmacSHA512") extends Product with Serializable

    Permalink

    This is the legacy API.

    This is the legacy API.

    iterations

    the number of encryption iterations. Default to 20000

    dkLength

    derived-key length, default to 32

    cryptoAlgo

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

    Annotations
    @Deprecated

Ungrouped