This is a web version of the password manager known and passwordVault. It includes multiple user accounts functioning independently, ability to create, copy, update and delete strong passwords. Additional functionalities such as password sharing and secure-notes is also added to this version.
These instructions will get you a copy of the project up and running on your local machine.
What things you need to use the password Vault and how to install them
- To Use this application python3 is required
- Required Modules:
- cryptography
- django
- uuid
pip install cryptography
pip install django
pip install uuid
git clone https://github.com/prakharsaxena1/passwordVault.git
After installing all the required modules, start the application by running the server.
python manage.py runserver
Now go to the URL and register an account. Once that is done everything else is self explanatory.
No issues as of now, if you find one be sure to let me know.
- Prakhar Saxena GitHub
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