Skip to content
/ pwned Public

Command line tool to check if a password has been pwned using "Have I Been Pwned" API

Notifications You must be signed in to change notification settings

nadhirxz/pwned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwned

A command line tool to check if a password has been pwned using Have I Been Pwned API

Usage

Install dependencies

npm install

Run

node index [options] [password]

If you don't pass a password as argument, the program will prompt you to write one.

Link

Use npm link to create a symlink to run pwned from anywhere

Now you can run

pwned [options] [password]

Use npm unlink to remove symlink

Options

Arguments:
  password       password you want to check

Options:
  -V, --version  output the version number
  -h, --help     display help for command

About

Command line tool to check if a password has been pwned using "Have I Been Pwned" API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published