Utility
Conversion
Hash
Hmac
ECC
AES
SCRYPT
HKDF
C++
HKDF - HMAC-based Extract-and-Expand Key Derivation Function
Select the input data type, HASH algorithm, key, salt, info and compute it.
Input key format
Text - ASCII
Text - UTF8
Hex
Base64
Password
Salt format
Text - ASCII
Text - UTF8
Hex
Base64
Input salt
Info format
Text - ASCII
Text - UTF8
Hex
Base64
Input info
HASH algorithm
SHA-1
SHA-256
SHA-512
Length in bytes of the key to be derived (l)
Hex
Base64
compute
Github - github.com/xventus