Utility
Conversion
Hash
Hmac
ECC
AES
SCRYPT
HKDF
C++
SCRYPT - password key derivation function
Select the password data type, HASH algorithm, key, params, enter the input data and compute it.
Input password format
Text - ASCII
Text - UTF8
Hex
Base64
Password
Salt format
Text - ASCII
Text - UTF8
Hex
Base64
Input salt
HASH algorithm
SHA-1
SHA-256
SHA-512
Iterations (N)
Memory factor (r)
Parallelization parameter (p)
Length in bytes of the key to be derived (l)
Hex
Base64
compute
Github - github.com/xventus