Giter VIP home page Giter VIP logo

password-breach-checker's Introduction

Password-Breach-Checker

Website URL: I have stopped hosting the website, as AWS started charges, due to overusage of run-time beyond the free-trial allowed time.

This is a simple one-page website, created by Python Django Framework.
It is used in order to tell the user whether their passwords have been leaked in a data breach or not.
It uses the haveibeenpwned API, to check for the results.
We also use mkcert in order to run the project on https. Although, since it is privately signed key, it still shows privacy issue, when opened. You can safely ignore the warning and choose to proceed and open the site.
The project is hosted on an AWS (Amazon Web Service) EC2 instance, and used Elastic IP to allocate a fix IP to the instance.
WE DO NOT COLLECT/STORE ANY OF YOU DATA, AND RESPECT YOUR PRIVACY.


Usage

NOTE: WE DO NOT STORE ANY PASSWORD ENTERED BY THE USER. THE PASSWORD YOU ENTERED IS BEING ENCRYPTED BY 'SHA256' METHOD USING HASHLIB LIBRARY& THEN IT IS USED FOR THE API REQUEST.

  • To use the website, you just need to visit -> here <-
  • It would take you to the home page of a single-webpage website, which would look like below: image
  • Enter the password you want to check in the given white input field.
  • Click the search database icon below of it for getting the ouput.
  • If the password have NOT been found in the haveibeenpwned database, the result message would be in green, like below: image
  • If the password have been found in the haveibeenpwned database, the reuslt message would be in red mentioning the number of times it have been breached, like below: image
  • you can hover to the 'Usage' & 'About', the details.

Suggestion to search for more database, are welcome. To make suggestion, create an issue in this repository.

Thank You

password-breach-checker's People

Contributors

mr-mudgal 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.