diff options
author | pav <pav@FreeBSD.org> | 2004-03-31 16:29:32 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-31 16:29:32 +0000 |
commit | e3e8c9180a683190bf8e2c698fb953bdc69fc0e4 (patch) | |
tree | dcaae8f72c5aaf5a6f0992a31d78282d89167c77 /sysutils/pwsafe/pkg-descr | |
parent | 3826cdda2684634ce5e75c2ca95d72fc701b3ba4 (diff) | |
download | FreeBSD-ports-e3e8c9180a683190bf8e2c698fb953bdc69fc0e4.zip FreeBSD-ports-e3e8c9180a683190bf8e2c698fb953bdc69fc0e4.tar.gz |
Add pwsafe, a command line program to manage encrypted password databases
PR: ports/64911
Submitted by: Daniel Johansson <donnex@donnex.net>
Diffstat (limited to 'sysutils/pwsafe/pkg-descr')
-rw-r--r-- | sysutils/pwsafe/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/pwsafe/pkg-descr b/sysutils/pwsafe/pkg-descr new file mode 100644 index 0000000..4ce8d9e --- /dev/null +++ b/sysutils/pwsafe/pkg-descr @@ -0,0 +1,9 @@ +Pwsafe is a unix commandline program that manages encrypted password databases. + +* Pure command-line operation if desired (good for remote access over ssh) +* 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 1.9.x. + +WWW: http://nsd.dyndns.org/pwsafe/ |