Skip to content

korhlibri/hkstringgen-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hkstringgen-cli

A simple random string generator 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-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.

Argument Options

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

About

Random string generator written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages