Skip to content

benjamij/compromised-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compromised-password

Node module for checking whether a password has been pwned using pwnedpasswords.com

Installation

npm install compromised-password

Usage

const is_compromised = require('./compromised-password');

async function test () {
    const isPwned = await is_compromised('test');
    console.log(isPwned);
}

test();

About

Node module for checking whether a password has been pwned using pwnedpasswords.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published