Posts tagged 'script'

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

Updating google docs spreadsheet with POST request

Google spreadsheets has a nice ImportHtml function that can import data from a list or table within an html page retrieved using a standard GET request.

This is great for simple cases, but if the source data needs massaging or cannot be retrieved using a GET request then you'll ...