princeprocessor

Standalone password candidate generator using the PRINCE algorithm

  • Owner: hashcat/princeprocessor
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerhashcat/princeprocessor
Primary LanguageC
Program languageMakefile (Language Count: 2)
Platform
License:Other
所有者活动
Created At2015-01-07 13:35:53
Pushed At2023-10-30 09:00:29
Last Commit At2023-10-29 11:18:13
Release Count7
Last Release Namev0.22 (Posted on )
First Release Namev0.16 (Posted on )
用户参与
Stargazers Count454
Watchers Count36
Fork Count102
Commits Count140
Has Issues Enabled
Issues Count25
Issue Open Count9
Pull Requests Count38
Pull Requests Open Count0
Pull Requests Close Count5
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private