#random-password #random #password #terminal-app

app grp

Generate random password, customize the amount of symbols and numbers

2 releases

0.1.1 Jun 25, 2020
0.1.0 Jun 25, 2020

#8 in #terminal-app

Apache-2.0

7KB
89 lines

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

Dependencies

~520KB