Cipher Vault is a secure and user-friendly password manager web application developed using Django, HTML, and CSS. It provides a robust solution for managing passwords with features like encryption, two-factor authentication, and password strength analysis.
- Password Encryption: Utilizes AES encryption to store passwords securely.
- Two-Factor Authentication: Adds an extra layer of security for user accounts.
- Password Strength Analysis: Provides real-time feedback on password strength.
Follow these steps to set up and run the Cipher Vault password manager locally:
- Clone the Repository:
git clone https://github.com/deva-vasista/Cipher-Vault.git cd cipher-vault - Install Dependencies
pip install -r requirements.txt
- Run the Application
python manage.py runserver
- Open your web browser and go to http://localhost:8000 to access Cipher Vault.