PassManager is a secure password manager for Linux that stores passwords in an encrypted database. It also includes a CLI tool to generate strong, random passwords.
- Secure storage of passwords using encryption.
- Command-line interface for managing passwords.
makepasswd
: a convenient CLI tool for generating random passwords.- Linux-only support.
- Clone the repository:
git clone git@github.com:jean0t/passmanager.git
-
Navigate to the project directory:
cd passmanager
-
Install the package using
pip
:pip install ./dist/passmanager*.whl
After installation, run the main program:
passmanager
Use the makepasswd
tool to generate random passwords:
makepasswd
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
- OS: Linux only