passwords is a small application that wrote to store my passwords encrypted on my hard drive. The basic idea is to use GNU ccrypt to decrypt the file and open it in your favorite editor, then when you close your editor, have it re-encrypted. Let's have a look at the script.
![[logo]](logo.png)