pub fn generate_random_alphanumeric(len: usize) -> String
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.
bitwarden-generator