Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/tytan-codes/password-manager
- Owner: Tytan-Codes
- License: mit
- Created: 2023-01-30T03:40:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T21:16:01.000Z (over 1 year ago)
- Last Synced: 2023-05-03T00:29:30.905Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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