diff options
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. |