Function xpg::xpg_plus

source ·
pub fn xpg_plus(
    words: usize,
    digits: usize,
    symbols: usize,
    lc: usize,
    uc: usize,
    any: usize
) -> String
Expand description

Generate xkcd-style password with a specified number of words and append random digits, symbols, lowercase, uppercase and/or any characters.