All Projects → hashcat → Princeprocessor

hashcat / Princeprocessor

Licence: other
Standalone password candidate generator using the PRINCE algorithm

Programming Languages

c
50402 projects - #5 most used programming language

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 word

Detailed description

I'm going to write a detailed description in case I'm extremely bored. Till that, use the following resources:

Compile

Simply run make

Binary distribution

Binaries for Linux, Windows and OSX: https://github.com/jsteube/princeprocessor/releases

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].