Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tytan-codes/password-manager

Its a password manager made in python!
https://github.com/tytan-codes/password-manager

Last synced: 5 days ago
JSON representation

Its a password manager made in python!

Awesome Lists containing this project

README

        

# Password-Manager
## IMPORTANT!
### This will not be activly maintained! There are no bugs at ALL in this script, but on new python versions, I will not be updating it.
Run these commands to install↓↓↓:

```
git clone https://github.com/Tytan-Codes/Password-Manager.git
py -m pip install requirments.txt
py keyMaker.py
rm keyMaker.py
py main.py
```

Once you have done that, your encryption key is stored in __key.key__ copy that key, that key is the only way you're decrypting those passwords! Each time you run keyMaker.py, the output of it is totaly different everytime, so once you've generated that key, no one else in the __world__ can get that same key.

- Made by Tytan