Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmazter/pwned

CLI-app to check a password against the Pwned Passwords database using k-anonymity
https://github.com/hmazter/pwned

cli console-application php7 pwnedpasswords

Last synced: 4 days ago
JSON representation

CLI-app to check a password against the Pwned Passwords database using k-anonymity

Awesome Lists containing this project

README

        

Pwned
=====

CLI-app to check a password against the Pwned Passwords database.

Built mostly for fun to test a couple of Symfony components.

## Installation

```bash
git clone [email protected]:hmazter/pwned.git
```

## Usage

Run this on the command line:

```bash
cd pwned
./pwned
```