toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.crypto
/
PBKDF2
/
Companion
Companion
object
Companion
Members
Functions
pbkdf2
Link copied to clipboard
fun
pbkdf2
(
password
:
ByteArray
,
salt
:
ByteArray
,
iterationCount
:
Int
,
keySizeInBits
:
Int
,
hasher
:
Hasher
)
:
Hash
pbkdf2With
Hmac
SHA1
Link copied to clipboard
fun
pbkdf2WithHmacSHA1
(
password
:
ByteArray
,
salt
:
ByteArray
,
iterationCount
:
Int
,
keySizeInBits
:
Int
)
:
Hash
pbkdf2With
Hmac
SHA256
Link copied to clipboard
fun
pbkdf2WithHmacSHA256
(
password
:
ByteArray
,
salt
:
ByteArray
,
iterationCount
:
Int
,
keySizeInBits
:
Int
)
:
Hash
pbkdf2With
Hmac
SHA512
Link copied to clipboard
fun
pbkdf2WithHmacSHA512
(
password
:
ByteArray
,
salt
:
ByteArray
,
iterationCount
:
Int
,
keySizeInBits
:
Int
)
:
Hash