pwsafe - password manager

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
User avatar
ariel
Posts: 140
Joined: Fri 03 Jul 2009, 19:47
Contact:

pwsafe - password manager

#1 Post by ariel »

project website: http://nsd.dyndns.org/pwsafe/

"pwsafe is a unix commandline program that manages encrypted password databases.
Features:

* Pure command-line operation if desired (good for remote access over ssh)
* or can interact with X11 selection & clipboard.
* Portable, endianess-clean, misaligned-access-free C++. Compiles cleanly on linux, *bsd, macos x, solaris.
* Compatible with CounterPane's PasswordSafe Win32 program versions 2.x and 1.x.
* Funny comments included in source code.
"

The program creates a database in a hidden file named /root/.pwsafe.dat
You can change the directory and the file name.

Usually you use the program like this:

Code: Select all

pwsafe -u -p name_of_the_entry_in_a_database
this will spit the username and password of the selected entry that you can paste using CTRL+V

For more information on its usage type in a terminal

Code: Select all

pwsafe --help
This is an old command-line version. I post this one because I like it and use it regularly.

Tested on puppy 4.2.0, 4.3.1, 5.0.1
Last edited by ariel on Tue 02 Nov 2010, 10:40, edited 2 times in total.

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#2 Post by amigo »

Can you clue us in on the version numbers? The latest binary packages are shown as 0.1. Yours is 0.2. And the sources are shown as 3.23 ???

User avatar
ariel
Posts: 140
Joined: Fri 03 Jul 2009, 19:47
Contact:

#3 Post by ariel »

I've posted the wrong link, now updated.

Post Reply