bitwarden_crypto

Function generate_random_alphanumeric

source
pub fn generate_random_alphanumeric(len: usize) -> String
Expand description

Generate a random alphanumeric string of a given length

Note: Do not use this generating user facing passwords. Use the bitwarden-generator crate for that.