brute_forcing

Crates.iobrute_forcing
lib.rsbrute_forcing
version0.1.1
sourcesrc
created_at2022-10-31 22:07:28.178937
updated_at2022-11-01 21:08:01.955955
descriptionLibrary to easily loop over values using brute-force
homepagehttps://github.com/divad1196/brute_forcing
repositoryhttps://github.com/divad1196/brute_forcing
max_upload_size
id702437
size10,211
(divad1196)

documentation

README

Brute Force

An easy way to generate strings for brute-forcing

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

cargo fmt