Skip to content

rideron89/rusty-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-keys

Random keygen built with Rust.

Usage

Run with cargo:

# With no arguments, defaults to 10 keys of 16 characters.
cargo run

# With arguments, prints 5 keys of 12 characters with no symbols
cargo run -- -a -c 5 -l 12

Or compile and run as a stand-alone application:

cargo build --release

target/release/rusty-keys -l 32

Screenshot

Arguments

The following command arguments are accepted:

-a    Only use alphanumeric characters (default: false)
-c    Number of keys to generate       (default: 10)
-l    Character length of each key     (default: 16)
-t    Template                         (default: none)

Templates

uuid

Generates a UUID.

Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

About

Random keygen built with Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages