pw-pwnage-cfworker
Password scorer
Provides a secure password scoring API using Cloudflare Workers and a combination of zxcvbn and haveibeenpwned data
Deploy a Cloudflare Worker to sanely score users' new passwords with zxcvbn AND check for matches against haveibeenpwned's 10+ billion breached accounts
154 stars
8 watching
13 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 2 awesome lists
cloudflarecloudflare-workershaveibeenpwnedpasswordssecurityserverlesszxcvbn
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides an Angular.js directive to calculate password strength based on the zxcvbn library and user input from other form fields. | 56 |
| Provides a web API to verify password strength on both client and server with consistent results | 20 |
| A Cloudflare Worker that uses Facebook-based authorization and GraphQL proxy queries with Hasura | 18 |
| Provides a set of OCaml bindings to estimate the strength of passwords based on their composition and other characteristics | 15 |
| A password strength estimator for iOS | 223 |
| A Cloudflare Workers project demonstrating the use of F# to create a web API with routing and KVStore functionality. | 25 |
| A template for building Cloudflare Workers with Webpack | 124 |
| Protects static HTML pages by authenticating incoming requests with a username and password | 111 |
| A Go implementation of a realistic password strength estimator inspired by password crackers. | 68 |
| A tool that checks password strength against breached lists and other rules to help maintain enterprise password policies. | 158 |
| A PHP library that estimates the strength of passwords based on pattern matching and minimum entropy calculation. | 833 |
| A tool for interacting with Cloudflare's Key Value store using the Worker API | 5 |
| A proof-of-concept deployment of a PWA to a Cloudflare worker using Preact and Redux for dynamic server-side rendering | 64 |
| Automated tool to extract and decrypt browser passwords from 360 Safe Browser | 611 |
| A password strength estimator based on the Dropbox zxcvbn library | 210 |