Skip to content

jean0t/passmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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