diff options
author | Eric Mulvaney <eric.mulvaney@gmail.com> | 2014-08-31 01:14:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-31 01:14:43 +0700 |
commit | 0b56e4fb7ac7397cf15e421e5c22e4ffc857de32 (patch) | |
tree | b1f99c35d0bfe231ba7a911bdfa9915cde33ac9f /misc/yapet/README | |
parent | 2abd59a9ab7874ba1c072c0119f0a2f3df60fd60 (diff) | |
download | slackbuilds-0b56e4fb7ac7397cf15e421e5c22e4ffc857de32.tar.gz |
misc/yapet: Added (Yet Another Password Encryption Tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/yapet/README')
-rw-r--r-- | misc/yapet/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/yapet/README b/misc/yapet/README new file mode 100644 index 0000000000..31ba2158e3 --- /dev/null +++ b/misc/yapet/README @@ -0,0 +1,10 @@ +YAPET (Yet Another Password Encryption Tool) + +YAPET is a text based password manager using the Blowfish encryption +algorithm to store passwords and associated information encrypted on +disk. Its primary aim is to provide a safe way to store passwords in +a file on disk while having a small footprint, and compiling and +running under today's most popular Unix systems. + +The password records are protected by a master password which is used +to encrypt and decrypt the password records. |