pass-checker VS pwnedpass

Compare pass-checker vs pwnedpass and see what are their differences.

pass-checker

Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned.com API. (by devops-works)

pwnedpass

Package pwnedpass is a Go package for querying a local instance of Troy Hunt's Pwned Passwords database. (by tylerchr)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pass-checker pwnedpass
1 1
8 15
- -
0.0 0.0
about 3 years ago 6 months ago
Go Go
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pass-checker

Posts with mentions or reviews of pass-checker. We have used some of these posts to build our list of alternatives and similar projects.

pwnedpass

Posts with mentions or reviews of pwnedpass. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-18.
  • Researcher uncovers one of the biggest password dumps in recent history
    3 projects | news.ycombinator.com | 18 Jan 2024
    I wrote a thing for this back when you could download the whole hash database as a single torrent, but I haven’t checked it since they moved over to the PwnedPasswordsDownloader system. This doesn’t use any probabilistic data structures though, it just packs the database into the smallest binary file I could come up with.

    https://github.com/tylerchr/pwnedpass

What are some alternatives?

When comparing pass-checker and pwnedpass you can also consider the following projects:

goArgonPass - goArgonPass is a Argon2 Password utility package for Go using the crypto library package Argon2 designed to be compatible with Passlib for Python and Argon2 PHP. Argon2 was the winner of the most recent Password Hashing Competition. This is designed for use anywhere password hashing and verification might be needed and is intended to replace implementations using bcrypt or Scrypt.