An open API service indexing awesome lists of open source software.

https://github.com/sajad-net/passwdb

A secure password manager in python, using AES algorithm to encrypt passwords.
https://github.com/sajad-net/passwdb

cryptography getpass hash password-manager password-manager-cli pyperclip python python-password-manager sha256 sqlite3

Last synced: 9 months ago
JSON representation

A secure password manager in python, using AES algorithm to encrypt passwords.

Awesome Lists containing this project

README

          

# *PASSWDB*
A secure password manager in python, using AES algorithm to encrypt passwords.

## Preview
![passwdb1](https://github.com/SAJAD-net/passwdb/assets/71703544/9e76ab1f-5121-423c-821d-53ca450c4a9f)
![passwdb2](https://github.com/SAJAD-net/passwdb/assets/71703544/9437efb9-69f6-4db4-ad91-9d4b10985ff6)

## *Installation and usage*

### 1- Clone the repository into your system:
git clone https://github.com/SAJAD-net/passwdb.git

### 2- Cd to the passwdb directory:
cd passwdb
### 3- Install the necessary libraries:
pip3 install -r requirements.txt
### 4- Cd to the app directory:
cd app
### 5- Finally, run passwdb:
python3 passwdb.py