Skip to content

judz5/PyManager

Repository files navigation

    ____        __  ___
   / __ \__  __/  |/  /___ _____  ____ _____ ____  _____
  / /_/ / / / / /|_/ / __ `/ __ \/ __ `/ __ `/ _ \/ ___/
 / ____/ /_/ / /  / / /_/ / / / / /_/ / /_/ /  __/ /
/_/    \__, /_/  /_/\__,_/_/ /_/\__,_/\__, /\___/_/
      /____/                         /____/

PyManager - Secure Password Manager

A secure and easy to use password managment application written in Python. Passwords are encypted using AES-256, with Password-Based Key Derivation for ultimate security. Data is stored with sqlite for ease of setup and use.

Setup

  1. Clone the repository:

    git clone https://github.com/judz5/PyManager
    cd PyManager
  2. Intstall required librarys

    pip install -r requirements.txt
  3. Run the Main Script

    python3 main_control.py

If its your first time running the application, be sure to choose option 5 to configure the database before attempting to add any accounts.


https://www.bluespace.tech/blog/evolution-of-password-manager/second-generation-password-manager.html https://cryptobook.nakov.com/symmetric-key-ciphers/aes-encrypt-decrypt-examples

Releases

No releases published

Packages

No packages published

Languages