Posts tagged 'encryption'

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 ...

FuguPass

FuguPass is a Google app script that uses the Blowfish encryption algorithm (implementation from the Barnses Storming blog) to store encrypted passwords in a Google Drive Spreadsheet.

The script requires a Google account and all information is stored within your account's properties and a spreadsheet called 'EncryptedPasswords'.

This is ...