RunKit + npm: pwnedpasswords

node v8.17.0
version: 1.0.0
endpointsharetweet
var pwnedpasswords = require("pwnedpasswords") pwnedpasswords('cyberwarri0r', (err, count) => { if (err) { console.error(err) }  console.log(`Password was pwned ${count} times.`) })
Created from: https://npm.runkit.com/pwnedpasswords
Loading…

no comments

    sign in to comment