io.github.nremond

Type members

Classlikes

object PBKDF2
object SecureHash

Implements functionality to create and validate password hashes using PBKDF2

Implements functionality to create and validate password hashes using PBKDF2

Value members

Concrete methods

def fromHex(hex: String): Array[Byte]
def toHex(buff: Array[Byte]): String