prakharsaxena1 / passwordVault

Password manager made in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CLI version

As the name suggests, it is a command-line password manager

WEB version

This version uses django as backend and userfile concept to store password. More on that is available in the app itself.

GUI version

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

About

Password manager made in python

License:MIT License


Languages

Language:Python 41.9%Language:HTML 27.4%Language:CSS 17.0%Language:JavaScript 13.7%