Skip to content

prakharsaxena1/passwordVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordVAULT (AES-Encryption)

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 "")

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.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments