Function lesspass::render_password[][src]

pub fn render_password(entropy: &[u8], charset: CharacterSet, len: u8) -> String

Generate a password of the given length using the provided entropy and character sets.