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 |
---|---|---|
ghostbar/angular-zxcvbn | Provides an Angular.js directive to calculate password strength based on the zxcvbn library and user input from other form fields. | 56 |
longrunningprocess/zxcvbn-api | Provides a web API to verify password strength on both client and server with consistent results | 20 |
nathanwaters/hasura-cloudflare-worker | A Cloudflare Worker that uses Facebook-based authorization and GraphQL proxy queries with Hasura | 18 |
cryptosense/ocaml-zxcvbn | Provides a set of OCaml bindings to estimate the strength of passwords based on their composition and other characteristics | 15 |
dropbox/zxcvbn-ios | A password strength estimator for iOS | 223 |
jbeeko/cfworker-web-api | A Cloudflare Workers project demonstrating the use of F# to create a web API with routing and KVStore functionality. | 25 |
detroitenglish/cloudflare-workers-webpack-boilerplate | A template for building Cloudflare Workers with Webpack | 124 |
dommmel/cloudflare-workers-basic-auth | Protects static HTML pages by authenticating incoming requests with a username and password | 111 |
trustelem/zxcvbn | A Go implementation of a realistic password strength estimator inspired by password crackers. | 68 |
cboesecurity/password_pwncheck | A tool that checks password strength against breached lists and other rules to help maintain enterprise password policies. | 158 |
bjeavons/zxcvbn-php | A PHP library that estimates the strength of passwords based on pattern matching and minimum entropy calculation. | 833 |
saibotsivad/cloudflare-worker-key-value | A tool for interacting with Cloudflare's Key Value store using the Worker API | 5 |
digitaloptimizationgroup/cloudflare-worker-preact-pwa | A proof-of-concept deployment of a PWA to a Cloudflare worker using Preact and Redux for dynamic server-side rendering | 64 |
hayasec/360safebrowsergetpass | Automated tool to extract and decrypt browser passwords from 360 Safe Browser | 611 |
shssoichiro/zxcvbn-rs | A password strength estimator based on the Dropbox zxcvbn library | 210 |