PBKDF2

fm.common.Crypto$.PBKDF2$
object PBKDF2

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PBKDF2.type

Members list

Concise view

Value members

Concrete methods

def sha256(salt: Array[Byte], password: String, iterationCount: Int): Array[Byte]

PBKDF2-HMAC-SHA256

PBKDF2-HMAC-SHA256

Attributes

def sha256(salt: Array[Byte], password: Array[Char], iterationCount: Int): Array[Byte]

PBKDF2-HMAC-SHA256

PBKDF2-HMAC-SHA256

Attributes

def sha256Hex(salt: Array[Byte], password: Array[Char], iterationCount: Int): String

PBKDF2-HMAC-SHA256 with the result encoded as a HEX string

PBKDF2-HMAC-SHA256 with the result encoded as a HEX string

Attributes

def sha256Hex(salt: Array[Byte], password: String, iterationCount: Int): String

PBKDF2-HMAC-SHA256 with the result encoded as a HEX string

PBKDF2-HMAC-SHA256 with the result encoded as a HEX string

Attributes