YAPET is a text based password manager using the Blowfish encryption
algorithm. Because of its small footprint and very few library dependencies, it
is suited for installing on desktop and server systems alike.
The text based user interface allows to run YAPET easy and painlessly in a
Secure Shell session.
A companion utility called csv2yapet enables users to convert CSV files to
YAPET files previously exported from other password managers.
Features:
- Blowfish encryption with 448 bits key using the OpenSSL library.
- passwords are not kept clear text in memory.
- is only dependent of two libraries: openssl and curses or ncurses.
- locks the terminal on inactivity.
- a utility to convert CSV files to the native YAPET format.
- built-in password generator
Required Libraries:
YAPET depends only on two libraries:
- openSSL
- curses or ncurses
Supported Platforms
YAPET has been tested to build and run on following platforms:
- FreeBSD
- Sun Solaris x86
- Linux
- Cygwin