PwnedPasswordExpress

A quick and dirty NodeJS Express based API to check if a password has been breached. It uses ParsePwnedPasswordFile.ps1 to partition the publicly available PwnedPassword files, offered byTroy Hunt

Install

Usage

Point your browser to http://localhost:3000/ and start testing your passwords Other apps can query the partitions through a POST of a sha1 password to the /check endpoint

 curl -i -H "Content-Type: application/json" -X POST -d '{"password":"5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8"}' http://localhost:3000/check