Function lugnut::generate_sized_secret_without_symbols[][src]

pub fn generate_sized_secret_without_symbols(length: u32) -> String
Expand description

Symbol and length defining layer to generate a secret key in ASCII representation

Examples

use lugnut::{ generate_secret_without_symbols };
let secret_key = generate_secret_without_symbols();