[][src]Crate bruteforce

This is the documentation for the bruteforce crate It has also no-std support. It is ready to get implemented to your projects

Structs

BruteForce

Represents a brute-forcing instance

Constants

LOWERCASE_CHARS

Lowercase characters from a to z

NUMBER_CHARS

Number characters from 0 to 9

SPECIAL_CHARS

Most used special characters

UPPERCASE_CHARS

Uppercase characters from A to Z