password
– array of bytes / string, e.g. "[email protected]$Sw0rD~3" (8-10 chars minimal length is recommended)salt
– securely-generated random bytes, e.g. "df1f2d3f4d77ac66e9c5a6c3d8f921b6" (minimum 64 bits, 128 bits is recommended)iterations-count
, e.g. 1024 iterationshash-function
for calculating HMAC, e.g. SHA256
derived-key-len
for the output, e.g. 32 bytes (256 bits)backports.pbkdf2
using the command: