Password Saver is a website developed using Django and Python that allows users to securely store their passwords for websites as well as their credit/debit card information using cryptography.
- Secure password storage: Users can store their passwords for various websites securely using encryption.
- Credit/Debit card information: Users can also store their credit/debit card information securely.
- User authentication: The website provides user authentication to ensure only authorized users can access the stored information.
- Encryption: The passwords and card information are encrypted using cryptography to enhance security.
- Django: Web framework used for developing the application.
- Python: Programming language used for the backend development.
- HTML/CSS: Frontend markup and styling.
Follow these instructions to get a copy of the Password Saver project up and running on your local machine.
- Python 3.x: Make sure you have Python installed on your system.
-
Clone the repository:
git clone https://github.com/shahzealc/Django-Password-Manager.git
-
Navigate to the project directory:
cd django-password-manager
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python manage.py runserver
-
Open your web browser and visit:
http://localhost:8000