Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashcat/princeprocessor
Standalone password candidate generator using the PRINCE algorithm
https://github.com/hashcat/princeprocessor
Last synced: about 2 hours ago
JSON representation
Standalone password candidate generator using the PRINCE algorithm
- Host: GitHub
- URL: https://github.com/hashcat/princeprocessor
- Owner: hashcat
- License: other
- Created: 2015-01-07T13:35:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T09:00:29.000Z (about 1 year ago)
- Last Synced: 2025-01-12T08:07:30.763Z (7 days ago)
- Language: C
- Size: 155 KB
- Stars: 438
- Watchers: 37
- Forks: 99
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - princeprocessor - Standalone password candidate generator using the PRINCE algorithm. (Wordlist tools / Generation/Manipulation)
README
princeprocessor
==============Standalone password candidate generator using the PRINCE algorithm
The name PRINCE is used as an acronym and stands for PRobability INfinite Chained Elements, which are the building blocks of the algorithm
Brief description
--------------The princeprocessor is a password candidate generator and can be thought of as an advanced combinator attack. Rather than taking as input two different wordlists and then outputting all the possible two word combinations though, princeprocessor only has one input wordlist and builds "chains" of combined words. These chains can have 1 to N words from the input wordlist concatenated together. So for example if it is outputting guesses of length four, it could generate them using combinations from the input wordlist such as:
- 4 letter word
- 2 letter word + 2 letter word
- 1 letter word + 3 letter word
- 3 letter word + 1 letter word
- 1 letter word + 1 letter word + 2 letter word
- 1 letter word + 2 letter word + 1 letter word
- 2 letter word + 1 letter word + 1 letter word
- 1 letter word + 1 letter word + 1 letter word + 1 letter wordDetailed description
--------------I'm going to write a detailed description in case I'm extremely bored. Till that, use the following resources:
- My talk about princeprocessor on Passwords^14 conference in Trondheim, Norway. Slides: https://hashcat.net/events/p14-trondheim/prince-attack.pdf
- Thanks to Matt Weir, he made a nice analysis of princeprocessor. You can find the post on his blog: http://reusablesec.blogspot.de/2014/12/tool-deep-dive-prince.htmlCompile
--------------Simply run make
Binary distribution
--------------Binaries for Linux, Windows and OSX: https://github.com/jsteube/princeprocessor/releases