Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.05 KB

File metadata and controls

57 lines (35 loc) · 1.05 KB

PassManager

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.

Features

  • Secure storage of passwords using encryption.
  • Command-line interface for managing passwords.
  • makepasswd: a convenient CLI tool for generating random passwords.
  • Linux-only support.

Installation

  1. Clone the repository:
git clone git@github.com:jean0t/passmanager.git
  1. Navigate to the project directory:

    cd passmanager
  2. Install the package using pip:

    pip install ./dist/passmanager*.whl

Usage

Run PassManager

After installation, run the main program:

passmanager

Generate Random Passwords

Use the makepasswd tool to generate random passwords:

makepasswd

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0).

Compatibility

  • OS: Linux only