cpm
Curses based password manager using PGP-encryption
Install
- All systems
-
curl cmd.cat/cpm.sh
- Debian
-
apt-get install cpm
- Ubuntu
-
apt-get install cpm
- Kali Linux
-
apt-get install cpm
- Fedora
-
dnf install cpm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cpm
- Raspbian
-
apt-get install cpm
- Dockerfile
- dockerfile.run/cpm
cpm
Curses based password manager using PGP-encryption
This program is a ncurses based console tool to manage passwords and store them public key encrypted in a file - even for more than one person. The encryption is handled via GnuPG so the programs data can be accessed via gpg as well, in case you want to have a look inside. The data is stored as zlib compressed XML so it's even possible to reuse the data for some other purpose. The software uses CDK (ncurses) to handle the user interface, libxml2 to store the information, the zlib library to compress the data and the library GpgMe to encrypt and decrypt the data securely.