grp

Crates.iogrp
lib.rsgrp
version0.1.1
sourcesrc
created_at2020-06-25 07:11:16.351129
updated_at2020-06-25 07:19:04.967269
descriptionGenerate random password, customize the amount of symbols and numbers
homepagehttps://github.com/TENX-S/Rust-demo
repositoryhttps://github.com/TENX-S/Rust-demo
max_upload_size
id257785
size6,596
Ares Andrew (TENX-S)

documentation

README

Generate random password

How to use?

$ cargo install grp

$ grp 16 4 4 
# Output: 8*_t99m(cCK6[UQi
# Length of password: 16, amount of symbols: 4, amount of numbers: 4

$ grp
# Output: nibIQG2D9D_uDtQ4
# Defaults to: grp 12 1 3

Build yourself

$ cargo run length symbols_count numbers_count --release

$ cargo run --release
#Defaults to: cargo run 12 1 3 --release
Commit count: 151

cargo fmt