Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hmazter/pwned
- Owner: hmazter
- Created: 2018-02-24T20:39:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:21:06.000Z (over 1 year ago)
- Last Synced: 2024-12-21T00:34:01.761Z (7 days ago)
- Topics: cli, console-application, php7, pwnedpasswords
- Language: PHP
- Homepage: https://haveibeenpwned.com/Passwords
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```