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.
- Host: GitHub
- URL: https://github.com/sajad-net/passwdb
- Owner: SAJAD-net
- License: gpl-3.0
- Created: 2021-01-22T05:18:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T13:30:35.000Z (over 1 year ago)
- Last Synced: 2024-06-23T04:46:24.368Z (over 1 year ago)
- Topics: cryptography, getpass, hash, password-manager, password-manager-cli, pyperclip, python, python-password-manager, sha256, sqlite3
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# *PASSWDB*
A secure password manager in python, using AES algorithm to encrypt passwords.
## Preview


## *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