What steps will reproduce the problem? 1. Create a new html5 page with the PBKDF2 example script from the documentation 2. Add the necessary scripts from the rollup folder (pbkdf2.js, all hmac-*.js) 3 ...
Hashing is a one-way cryptographic function while encryption is designed to work both ways. Encryption algorithms take input and a secret key and generate a random looking output called a ciphertext.