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: 5 months ago
JSON representation
A web application featuring some handy password tools
- Host: GitHub
- URL: https://apacketofsweets.github.io/PassCheck
- Owner: AtentumZero
- License: mit
- Created: 2019-04-03T10:57:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T05:57:00.000Z (over 1 year ago)
- Last Synced: 2024-04-30T04:32:06.746Z (about 1 year ago)
- Topics: data-breach, haveibeenpwned, password, password-generator, password-security, password-strength, privacy-tools, web-application
- Language: JavaScript
- Homepage: https://passcheck.anhur.xyz
- Size: 509 KB
- Stars: 60
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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)