#brute-force #string #values #loops #string-brute-force

bin+lib brute_forcing

Library to easily loop over values using brute-force

2 releases

0.1.1 Nov 1, 2022
0.1.0 Oct 31, 2022

#27 in #brute-force

32 downloads per month

Custom license

6KB
120 lines

Brute Force

An easy way to generate strings for brute-forcing

for text in StringBruteForce::new("abcdefghijklmnopqrstuvwxyz").take(1_000_000) {
    println!("{}", text);
}

Dependencies

~1.5MB
~25K SLoC