Skip to content

A website that allows users to store their passwords for websites and all their credit/debit card information securely using Cryptography.

Notifications You must be signed in to change notification settings

shahzealc/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password Saver

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.

Features

  • 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.

Technologies Used

  • Django: Web framework used for developing the application.
  • Python: Programming language used for the backend development.
  • HTML/CSS: Frontend markup and styling.

Getting Started

Follow these instructions to get a copy of the Password Saver project up and running on your local machine.

Prerequisites

  • Python 3.x: Make sure you have Python installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/shahzealc/Django-Password-Manager.git
    
  2. Navigate to the project directory:

    cd django-password-manager
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    
  4. Run the application:

    python manage.py runserver
    
  5. Open your web browser and visit:

    http://localhost:8000 
    

About

A website that allows users to store their passwords for websites and all their credit/debit card information securely using Cryptography.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published