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

https://github.com/zedseven/pbkdf_pass_runner

Runs through a word list and tries all entries as passwords with a given salt for a PBKDF2 SHA-1 implementation, checking if they generate a matching given key.
https://github.com/zedseven/pbkdf_pass_runner

password-cracker password-cracking pbkdf2

Last synced: about 2 months ago
JSON representation

Runs through a word list and tries all entries as passwords with a given salt for a PBKDF2 SHA-1 implementation, checking if they generate a matching given key.

Awesome Lists containing this project

README

        

# pbkdf_pass_runner
Runs through a word list and tries all entries as passwords with a given salt for an [PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) SHA-1 implementation, checking if they generate a matching given key.

Note that this was written for a specific purpose, and is not designed to be a tried-and-tested tool. I also make no guarantees of it's speed, though it should be able to leverage multi-core systems fairly well.

## Usage
```
pbkdf_pass_runner.exe
```
The word list needs to have one word/password per line.