Giter Club home page Giter Club logo

password_checker's Introduction

Password_Checker

A secure way for you to check if the passwords you use in real life have ever been hacked.

Securely checks if your password has ever been compromised.

With a basic online password checker, you could potentially give your password to a hacker. When you use this code to check if your password has been compromised, you eliminate any possibility that a hacker could get it.

Passwords are retrieved from a text file that you can delete later. It then uses SHA1 to hash your password/s, but it breaks them into two parts since that could also be used to determine what your password is. Pwnedpasswords.com api returns a list of possible passwords based on the first piece of information (5 characters). With the second piece (the rest of the characters), it locates the password/s matching the list. Finally, we'll mention the number of times your password has been compromised and if it has been found in a hack.

Don't forget to run "pip install requests" if you are running this on your own machine.

password_checker's People

Contributors

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