Returns a binary digest for the PBKDF2 hash algorithm of data with the given salt. It iterates iterations time and produces a key of dkLen bytes. By default SHA-1 is used as hash function.
data to hash
salt to use to hash data
number of iterations to create hash with
intended length of the derived key
See Implementation
T. Chaloupka
Returns a binary digest for the PBKDF2 hash algorithm of data with the given salt. It iterates iterations time and produces a key of dkLen bytes. By default SHA-1 is used as hash function.