pwsafe - commandline password database utility compatible with
Counterpane's Passwordsafe
pwsafe [options] command [arg]
pwsafe manipulates Counterpane Passwordsafe
username/password databases.
It is compatible with Counterpane Passwordsafe 1.9.x and 2.0
databases.
pwsafe accepts the following options:
- -f,
--file=DATABASE_FILE
- Specify the database to manipulate. Default is $HOME/.pwsafe.dat
- --dbversion=[1|2]
- Specify the database's version. Default is 2.
- -I, --case
- REGEX is case-sensative. Any uppercase character in REGEX implies
--case.
- -l
- Show login and notes in list output.
- -u, --username
- Show username of listed account(s).
- -p, --password
- Show password of listed accounts(s).
- -E, --echo
- Force echo'ing of entry to stdout. This is selected by default if $DISPLAY
is not set.
- -t, --twice
- Paste username and password twice to work around Chrome browser
weirdness.
- -o, --output=FILE
- Redirect username and password output to FILE. Implies --echo.
- -x, --xclip
- Force copying of username and password to X clipboard. This is selected by
default if $DISPLAY is set.
- -d,
--display=XDISPLAY
- Override $DISPLAY. Implies --xclip.
- -s,
--selection={Primary,Secondary,Clipboard,Both}
- Select the X selection effected. Default is Both primary and clipboard.
Implies --xclip.
- -G,
--ignore=NAME@HOST
- Add NAME to windows or hosts that do not receive the selection. If just
NAME is given it matches any host, and if just @HOST is given it matches
any name.
- -A,
--askpass=PROGRAM
- Use external PROGRAM to request the database password(s) from the user.
/usr/bin/ssh-askpass is one such program.
- -v, --verbose
- Print more information.
- -q, --quiet
- Print less information. In fact, print only exactly what was
requested.
- -h, --help
- Show summary of options.
- -V, --version
- Show version of program.
- PWSAFE_DATABASE
- Default database file. If this is a relative path it is assumed to be
relative to $HOME. Defaults to ".pwsafe.dat". Overridden by
-f.
- PWSAFE_DEFAULT_USER
- Default user. Defaults to $USER or $LOGNAME.
- PWSAFE_IGNORE
- Overrides built-in --ignore list. --ignore overrides. Format is a list of
--ignore arguments, seperated by colons (':').
- HOME
- Used to locate the default database "~/.pwsafe.dat" and default
RANDFILE "~/.rnd".
- RANDFILE
- Used to locate the random number generator entropy pool file. Defaults to
"$HOME/.rnd".
- ~/.pwsafe.dat
- The password database.
- ~/.pwsafe.dat~
- Backup of database.
- ~/.rnd
- Random number generator's entropy pool.
Use a good password for your database.
Don't use pwsafe over telnet or from untrusted terminals.
To seed RANDFILE decently, do something like
md5sum /var/log/* >~/.rnd
Nicolas S. Dade <nic.dade@gmail.com>.
Report bugs at https://github.com/nsd20463/pwsafe or to
<nic.dade@gmail.com>.
Copyright (c) 2004-2020 Nicolas S. Dade.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
https://github.com/nsd20463/pwsafe
http://passwordsafe.sourceforge.net/, http://www.counterpane.com/