0.3.0 • Published 1 year ago

pwnchk v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

pwnchk

small wrapper for pwnedpasswords to check if a password has been pwned.

available as a cli tool or as a library on npm/pwnchk

note: this code does not expose or send the input to any server. comparison is done locally via sha1 hash. check the official api documentation for more details.

usage

  • standalone cli

    npx pwnchk <password>
  • from code

    npm i pwnchk
    import { checkInput } from "pwnchk";
    const result = await checkInput("password");
    console.table(result);

refs:

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

1.0.0

1 year ago