A simple random string generator with GUI through GTK4 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 or ./target/release/hkstringgen 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 of the repository.