princeprocessor icon indicating copy to clipboard operation
princeprocessor copied to clipboard

Standalone password candidate generator using the PRINCE algorithm

Results 9 princeprocessor issues
Sort by recently updated
recently updated
newest added

tl;dr: Please allow specifying a separator and/or mask between words. Details: I've been thinking about ways to extend cracking functionality in the passphrase space. This is a bit rambly, but...

Hi! It would be pretty nice if one could define that some words of the wordlist may appear at most once in generated passwords. Or even multiple wordlists with min=...

https://github.com/hashcat/princeprocessor/blob/master/rules/prince_optimized.rule Please explain how to use the rules, I did not find adequate lessons, I learned how to generate more than 5 phrases in a row using the test method,...

I could not run the Makefile on a Mac OSX 10.15.5 system using gcc. I received the following error. gcc -W -Wall -std=c99 -O2 -s -m64 -DOSX -o pp64.app pp.c...

Is it possible to compile for OSX? ``` gcc -W -Wall -std=c99 -O2 -s -m64 -DLINUX -o pp64.bin pp.c mpz_int128.h clang: error: cannot specify -o when generating multiple output files...

Sometimes different prince attacks can be happening in parallel, or paused and restarted using pp.save. When doing this, it would be very useful to specify a different name for the...

How about an option that suppresses output words where the same element is used twice in a row, eg. "correctcorrect" or "correcthorsebatterybatterystaple"? Not sure how to implement it but I...

Hi, is possible to update pp.exe, or other windows binaries to make possible princeprocesor works for max pw lenght 72? I have client, who have pass to their BTC wallet...

Not sure if this is a bug or just a misunderstanding from my end on how prince derives permutations, but I've been using the `--keyspace` operator to determine permutation counts...