8000 GitHub - pthm/hibp-checker: Anonymously check a given password against the haveibeenpwned.com database
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pthm/hibp-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hibp-checker< 7580 /h1>

Anonymously query the haveibeenpwned.com API to fetch the number of times a password has appeard in breached data sets using K-anonymity

Installation

npm install --save hibp-checker

Usage

API

const checkPassword = require('hibp-checker');
const breachCount = await checkPassword('hunter2');
console.log(`Breached ${breachCount} times`);

Command Line

> hibp-checker
Enter password to check: *********
Password frequency: 123

Reading

About

Anonymously check a given password against the haveibeenpwned.com database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0