In an earlier meeting we looked at a script that I use to store my passwords in an encrypted file. I used dialog and the ccrypt program to provide the interface and encryption. The interface was nice, but the encryption that ccrypt provides is supposedly not very secure. I had a suggestion to use GPG instead, so we are looking at the new script implemented with GPG.

Here's a link to a guide to getting started with GPG.

Here's the script.