pub fn run<R>(config: Config, passwords: R) -> Result<String, &'static str> where R: Iterator<Item = String>,