Giter Site home page Giter Site logo

ishanmehta115 / allpass-password-manager Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 383 KB

Full-stack password manager project. Supports basic CRUD operations on database, OTP verification and protection from XSS and CSRF attacks for cybersecurity.

Home Page: https://ishanmehta.pythonanywhere.com/

Python 23.34% JavaScript 18.61% CSS 5.19% HTML 52.86%
cybersecurity django python full-stack-web-development bootstrap5

allpass-password-manager's Introduction

AllPass Password Manager

Webpage Screenshot

AllPass Password Manager is a secure and user-friendly password management application built using Django and Bootstrap. It focuses on both cybersecurity and usability, providing a comprehensive solution for storing and managing user passwords.

Features

  • OTP Verification: During signup and login, users are sent a One-Time Password (OTP) to their registered email. The OTP must be entered into the application to proceed further, ensuring enhanced security.

  • Strong Password Suggestions: When creating a master password and storing other passwords, the application suggests a strong password to the user. The suggested password is a combination of alphabets, numbers, and special characters of fixed length, further strengthening the security of user credentials.

  • Encryption: All user credentials stored in the application's database are encrypted using industry-standard encryption schemes such as AES and SHA. This ensures that sensitive data remains secure even if the database is compromised.

  • Password Reset: Users who have forgotten their password can easily reset it. The reset process includes OTP verification from the registered email address, followed by the creation of a new password.

  • Secure Input Fields and XSS Prevention: Input fields such as username, email, password, and URL are protected against scripting attacks, ensuring that user data remains safe from potential vulnerabilities, including Cross-Site Scripting (XSS) attacks. The application employs input sanitization techniques to validate and clean user-supplied data, removing or encoding any potentially malicious code that could be injected into the application.

  • Password Management: Once logged into the application, users can easily store passwords for their various accounts. They also have the ability to delete and modify stored passwords, providing flexibility and control over their credentials.

  • Search Functionality: The application includes a search bar on the passwords page, allowing users to quickly find the credentials for a specific website or service.

  • Website Logo/Icon Retrieval: When users enter the URL and credentials for a website, the application automatically retrieves and displays the corresponding website logo/icon. This feature enhances navigation and provides a visually pleasing experience.

  • CSRF Protection: Cross-Site Request Forgery (CSRF) tokens are implemented to prevent unauthorized requests and protect against CSRF attacks.

  • User-Friendly Design: The application features a simple color scheme and an easy-to-use interface, prioritizing usability and intuitive design.

Local Setup and Installation

To run AllPass Password Manager locally on your machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/IshanMehta115/AllPass-Password-Manager.git
  2. Install the required dependencies:
    cd allpass-password-manager
    pip install -r requirements.txt
  3. Configure the database settings in the settings.py file.
  4. Apply the database migrations:
    python manage.py migrate
  5. Start the development server:
    python manage.py runserver
  6. Access the application in your web browser at http://localhost:8000

Usage

To access and use AllPass Password Manager, visit the project website https://ishanmehta.pythonanywhere.com/

Contributing

Contributions to the AllPass Password Manager project are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

allpass-password-manager's People

Contributors

ishanmehta115 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.