Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://apacketofsweets.github.io/PassCheck

A web application featuring some handy password tools
https://apacketofsweets.github.io/PassCheck

data-breach haveibeenpwned password password-generator password-security password-strength privacy-tools web-application

Last synced: about 1 month ago
JSON representation

A web application featuring some handy password tools

Awesome Lists containing this project

README

        

![Alt text](/screenshots/logo-wide.png)

A lightweight Javascript web application that allows users to test the strength of a password, how long it may take to crack as well as check to see if it has been featured in a known data breach.

PassCheck doesn't log or store passwords that have been entered into it, the only place your password is transmitted to is to haveibeenpwned.com over a HTTPS connection. No information regarding you is logged against that password, so it is not possible to identify what user or IP address has checked a password on the site.

## Features
* [Generator](https://github.com/apacketofsweets/PassCheck/wiki/Generator)
* [Strength checker](https://github.com/apacketofsweets/PassCheck/wiki/Strength-checker)
* [Breach checker](https://github.com/apacketofsweets/PassCheck/wiki/Breach-checker)

## Wiki
* [Setup](https://github.com/apacketofsweets/PassCheck/wiki/Setup)
* [Disclaimer](https://github.com/apacketofsweets/PassCheck/wiki/Disclaimer)