pub fn passwords_from_files(files: &[String]) -> Result<Vec<Password>, String>
Reads passwords from files. Treats each line as a separate password.