Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jean0t/passmanager
Encrypted database and password manager.
https://github.com/jean0t/passmanager
cryptography password-manager python3 sqlite3
Last synced: 7 days ago
JSON representation
Encrypted database and password manager.
- Host: GitHub
- URL: https://github.com/jean0t/passmanager
- Owner: jean0t
- Created: 2023-09-13T23:48:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T02:34:08.000Z (2 months ago)
- Last Synced: 2024-09-06T08:56:25.888Z (2 months ago)
- Topics: cryptography, password-manager, python3, sqlite3
- Language: Python
- Homepage:
- Size: 43.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PasswordManager-Py
## An incredible ClI password manager
*It has the capability to cryptograph your data and keep it safe from others, since it will be kept safe in a secure database protected by a password.*
## How to use
First of all clone the repository
```git
git clone [email protected]:jean0t/PasswordManager-Py.git password_manager
```
after clonning the repository, you can check the requirements.txt to see the modules avaiable, if they are all installed, you can run the file `run.py````shell
cd password_manager
python run.py
```## Modules used:
- you are able to see in the 'requirements.txt' fileBut the Python version used is 3.10.12 and the OS is linux (Ubuntu).
ps: not sure if it will work in windows, but i will work for it to happen in the future.## What is intended to change
- [ ] Adding a better cryptography
- [ ] Making a GUI to use
- [ ] Adding new functionalities
- [x] CLI usability## Example of use
https://github.com/jean0t/PasswordManager-Py/assets/127698173/ff42cf73-2dbb-4d6d-8a4d-799d2f2f214b