Skip to content

Latest commit

 

History

History

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Password VAULT ( Web version )

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

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

Installing

pip install cryptography

pip install django

pip install uuid
git clone https://github.com/prakharsaxena1/passwordVault.git

Usage

Start the application

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.

Issues

No issues as of now, if you find one be sure to let me know.

Authors

License

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

Acknowledgments