increase PIN length to 9
parent
726dcba58b
commit
869eb7090a
|
@ -2,7 +2,7 @@ use rand::{seq::IndexedRandom as _, Rng as _};
|
||||||
|
|
||||||
pub fn main() {
|
pub fn main() {
|
||||||
println!("{}", create_passphrase(" ", 8));
|
println!("{}", create_passphrase(" ", 8));
|
||||||
println!("{}", create_pin(8));
|
println!("{}", create_pin(9));
|
||||||
println!("{}", create_base32(8));
|
println!("{}", create_base32(8));
|
||||||
|
|
||||||
println!("Press Enter");
|
println!("Press Enter");
|
||||||
|
|
Loading…
Reference in New Issue