How to create a command-line password locker (Linux.com)
[Posted March 16, 2007 by ris]
Duane Odom
creates
a simple locker script for passwords, on Linux.com. "
Like many
people, I have too many passwords to remember. To keep them straight, I
wrote a simple password locker script using dialog and GnuPG (GNU Privacy
Guard). The script prompts the user for a master password using a dialog
box, unencrypts a file that holds a list of passwords, and opens the file
in a text editor. When the editor is closed, the script re-encrypts the
password file."
(
Log in to post comments)