1.1.1 • Published 7 years ago

pwned-level v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

pwned-level

LevelDB-backed Node.js REST API for checking hashes against the haveibeenpwned.com data set.

Setup

npm i -g pwned-level

Importing data

pwned-level import <password-data> <level-db-path>

Running the server

pwned-level server -d <level-db-path>

Testing

npx aqui get http://localhost:8080/<some-hash>