FuguPass Encryption Scheme
Last post I introduced the FuguPass password encryption script. In this post I'm going to go over the encryption scheme used which is based on RSA Laboratories PKCS #5: Password-Based Cryptography Standard.
Derived Key
The bulk of my implementation focused on deriving a key to use for the existing ...