Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
princeprocessor — Standalone password candidate generator using the PRINCE algorithm | Kitploit
Tools/GitHubGitHub/hashcat/princeprocessor
Password CrackingPassword AttacksPayload Generation
GitHubhashcat/princeprocessor

princeprocessor

Standalone password candidate generator using the PRINCE algorithm

View Repository
5011062 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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:

  • 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.html

Compile

Simply run make

Binary distribution

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

Download Tool