https://github.com/harryfoster1812/password-storer-v2
A simple account storer built in python
https://github.com/harryfoster1812/password-storer-v2
encryption password password-generator password-manager password-store pyhton3 python tkinter tkinter-gui tkinter-python
Last synced: about 1 year ago
JSON representation
A simple account storer built in python
- Host: GitHub
- URL: https://github.com/harryfoster1812/password-storer-v2
- Owner: HarryFoster1812
- License: gpl-2.0
- Created: 2021-04-02T19:08:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T04:54:45.000Z (about 5 years ago)
- Last Synced: 2024-01-06T21:29:11.683Z (over 2 years ago)
- Topics: encryption, password, password-generator, password-manager, password-store, pyhton3, python, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 18.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password-Storer-V1
A simple account storer built in python
Works 100% offline
Can use multiple accounts that have different data
Uses hashing and encryption to store passwords
Simple UI (planning to change in the future)
Has a strong password generator which generates a password randomly and contains uppercase, numbers, lowercase and special characters
EDITORS NOTE:
If you find any bugs please notify me I will try to fix them as soon as possible
If you have any ideas of how to improve please share your thoughts with me and i will try to add them
# Setup
Download all files and folders (won't work if data and account details folders are not in the same directory)
Run the exe file and enjoy!
If you want to use the python file:
Download the packages required using the "requirements.txt" file
Enjoy!