PasswordVAULT is essentially a password manager which uses AES for storing passwords. It has 3 implementations (CLI, WEB, GUI). Users can make multiple accounts and can store as many passwords as the want and that to for free.
Example password: "1FW.h4IIVI^qzUmJ" (without "")
-
Check the password strength -
As the name suggests, it is a command-line password manager
This version uses django as backend and userfile concept to store password. More on that is available in the app itself.
This version user tkinter to give a GUI to the app. This app is no longer supported.
This project is licensed under the MIT License - see the LICENSE.md file for details
- https://www.youtube.com/watch?v=H8t4DJ3Tdrg
- https://cryptography.io/en/latest/
- https://nitratine.net/blog/post/encryption-and-decryption-in-python/
- Billie Thompson - readme.md layout - PurpleBooth