finished beleg
some changes for clarity, comments, almost finished report
remove unnessecary loops
crackers reads a list of strings, seperated by newline, from either stdin, if no arguments are given, or from a wordlist, specified by the path as the first argument.
Runs on every platform, that supports either Vulkan (Linux (tested), Windows (tested)), Metal (MacOS), DirectX 11/12 (Windows, tested), OpenGL ES, and in a browser with WebGPU and WebGL2.
cargo build (--release)
./target/<debug/release>/crackers
./crackers <wordlist>
crackers
reads from stdin
echo -n "Hello, World!" | ./crackers
cat ./wordlist.txt | ./crackers
cargo test
./create_wordlist.py <count> | ./crackers
count
is the amount of strings to generate