Function xor_utils::gen_ascii_keys [] [src]

pub fn gen_ascii_keys(length: u32) -> Vec<String>

Generate all combinations of ASCII up to the supplied character length.

This can be used to get all the possible ASCII keys of a certain character length.