A simple random string generator written in Rust, using system randomness and mouse movement.
No security audits of this program have ever been performed, and it has not been thoroughly assessed to be considered secure.
USE AT YOUR OWN RISK!
This program can be compiled using Cargo (the Rust package manager).
cargo build
or
cargo build --release
for optimized artifacts.
After compiling, the executable should be located at ./target/debug/hkstringgen-cli or ./target/release/hkstringgen-cli for the release version (Windows versions will include the .exe file extension).
You can also run the executable with Cargo.
cargo run
Alternatively, you can find the executables in the release version.
This program requires the user to include certain flags to modify the program behavior.
Initially, you can pass the -h or the --help flag to see the available options.
You can include the flag with Cargo by using two dashes --.
cargo run -- -h