maskuni
Word generator
A tool for generating passwords and words based on templates describing character sets at each position
A standalone fast word generator in the spirit of hashcat's mask generator with unicode support
6 stars
2 watching
1 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
cpphashcathashcat-maskspassword-crackingword-generator
Related projects:
Repository | Description | Stars |
---|---|---|
hashcat/maskprocessor | A tool to efficiently generate password candidates by reducing the search space based on common patterns and character distributions. | 441 |
quahac/burp-intruder-hashcat-maskprocessor | A tool for generating password candidates with customizable masks and keyspaces | 19 |
tp7309/ttpassgen | A password dictionary generator that can produce passwords using various rules and wordlists. | 148 |
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |
hashcat/statsprocessor | A word generator based on statistical analysis of letter sequences in a given dictionary. | 172 |
hashcat/kwprocessor | A tool for generating keyboard walks with configurable parameters to create efficient passwords | 545 |
d4rckh/gorilla | A tool for generating and extending wordlists using various patterns and mutations. | 379 |
hashcat/princeprocessor | A tool that generates password candidates by combining words from an input list using the PRINCE algorithm in a flexible and sequential manner. | 430 |
michaelgena/rebus | A tool for creating and manipulating visual puzzles with words or images in JavaScript. | 1 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 457 |
keithamus/hashmark | A utility tool to generate new file names with a hash of the original file contents. | 195 |
syntaxcoloring/markov-word-generator | Generates pseudorandom words by applying Markov chains to existing word sequences | 33 |
youxkei/ctpg | A tool for generating parsers at compile-time using D programming language | 45 |
rijulgulati/otpgen | A library to generate Time-Based One-Time Passwords (TOTP) and Hierarchical Offset Time Protocol (HOTP) codes. | 137 |
ufcpp/stringliteralgenerator | Generates optimized UTF-8 binary data from string literals in C# source code | 135 |