Derives key from password using PBKDF2-SHA1
Parameters | password | Array<number> | | Byte array representation of the password
from which the key is derived.
| initialSalt | Array<number> | | Byte array representation of the salt.
| iterations | number | | Number of interations when computing the key.
| keyLength | number | | Length of the output key in bits.
Must be multiple of 8.
|
|
---|
Returns | Array<number> | Byte array representation of the output key.
|
|
---|