Skip to content

Random string generator with GUI written in Rust

License

Notifications You must be signed in to change notification settings

korhlibri/hkstringgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hkstringgen

A simple random string generator with GUI through GTK4 written in Rust, using system randomness and mouse movement.

Security Notes

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!

Compile

This program can be compiled using Cargo (the Rust package manager).

cargo build

or

cargo build --release

for optimized artifacts.

Run

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.

About

Random string generator with GUI written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages