GeneratePBKDFKey
Method Signature
GeneratePBKDFKey(algorithm=[string], passphrase=[string], salt=[string], iterations=[numeric], keySize=[numeric])Arguments
Argument
Type
Required
Description
Default
Examples
Example PBKDF2 With HMAC SHA1
generatePBKDFKey( "PBKDF2WithHmacSHA1", "secret", "salty", 5000, 128 );
More complex encryption example
Additional Examples
Related
Last updated
Was this helpful?
