Coder Social home page Coder Social logo

devries / pwned Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 64 KB

A small command line utility to check if a password has appeared in Pwned Passwords database

License: MIT License

Go 25.14% Makefile 34.91% Shell 27.89% Python 7.42% HCL 4.63%
pwnedpasswords

pwned's Introduction

pwned

Go Report Card

A small command line utility to check if a password has appeared in Pwned Passwords database

I wrote this just to get a little more experience with Go. Feel free to use this if you want. It is safe to use to check your own passwords as it creates a SHA-1 hash of your password, then requests from the Pwned Passwords API (see https://haveibeenpwned.com/API/v3#PwnedPasswords) all SHA-1 hashes of passwords which start with the 5 hexadecimal digits of the SHA-1 hash of your password. It will then check if your password's hash is present in the returned list and indicate how many times that password shows up in the database (or 0 if it does not show up).

pwned's People

Contributors

dependabot[bot] avatar devries avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

pwned's Issues

Windows issue

Under windows 10 in PowerShell you get the response "The handle is invalid"

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.