summaryrefslogtreecommitdiffstats
path: root/system/pwman/README
diff options
context:
space:
mode:
author kchan2020-01-05 06:43:28 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:59 +0100
commit7a1da46683546f5c490cf6f2529105114253467f (patch)
tree01c6592542e7cd22897aa5e55c30571ed9dcfa39 /system/pwman/README
parent6f1297f9de6701e9b8d25211fa8d1f24847ce51b (diff)
downloadslackbuilds-7a1da46683546f5c490cf6f2529105114253467f.tar.gz
system/pwman: Added (an NCurses password management program)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/pwman/README')
-rw-r--r--system/pwman/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/pwman/README b/system/pwman/README
new file mode 100644
index 0000000000..7f4ec3cf94
--- /dev/null
+++ b/system/pwman/README
@@ -0,0 +1,19 @@
+PWman (An NCurses password management program)
+
+PWMan is a password manager which uses gpg encryption to safeguard your data.
+It provides a simple and easy to use command line (NCurses) interface to
+manage, store, search and retrieve your passwords.
+
+The look and feel is based on Jaakko Heinonen's abook.
+
+BEFORE USING PWMAN
+
+While compilation does not directly require it, usage relies on Gnu Privacy
+Guard (gpg) being installed. You will need to specify a GnuPG ID the
+first time a user runs pwman, so this must be set up beforehand.
+
+There is more information on the gpg manpage, but you can probably just run
+
+ % gpg --gen-key
+
+and follow the on-screen instructions.