## checkpwn
Check [Have I Been Pwned](https://haveibeenpwned.com/) and see if it's time for you to change passwords.
### Getting started
#### Install
```cargo install checkpwn```
#### Check sites or pastes with email
```checkpwn email test@example.com```
```checkpwn paste test@example.com```
#### Check sites or pastes with list of emails
```checkpwn emaillist ./list.txt```
```checkpwn pastelist ./list.txt```
#### Check a password
```checkpwn pass qwerty```
#### Demo

_NOTE: Passwords are hashed with SHA1 before calling the Have I Been Pwned API.
They store passwords as SHA1 hashes and will compute it themselves if this tool didn't.
If the password you want to check, is a SHA1 hash in itself, the `sha1pass` argument
should be used instead:_ ```checkpwn sha1pass b1b3773a05c0ed0176787a4f1574ff0075f7521e```
### License
checkpwn is licensed under the MIT license. See the `LICENSE` file for more information.