Menu

Home

Kiria

For more information, see: http://www.ugu.com/sui/ugu/show?I=software.pget

Description: Is a powerful quick and dirty bourne shell script to mangae your passwords that are kept inside a PGP encrypted file. you have the ability add/edit/search a password.

Supported Systems: Unix, Linux, and cygwin.

Requirements: bourne shell and gpgp

Feel free to share and distribute anyone that can find this useful.


Instructions:
1) Create a basic text file named "pwd" in you HOME directory filled with passwords.

   The format I like to use is:
       system/service  ID: xxxx        Pwd: xxxxx

2) Generate a pgp key with the real name "passwd":
gpg --gen-key

3) Set a password that you will always use to encode/decode your "pwd" file.

4) That's it! Run this program and your passwords will always be protected.

NOTE: Anywhere you are asked, put in your gpg password.

5) To Safely backup, make sure to include: pwd, pget, and the .gpg directory.


Edit personal password file:

$ pget -ea

Search All passwords:

$ pget [pattern]