use File;
use io;
use BufRead;
use Path;
/// Loads passwords from a file.
///
/// # Arguments
///
/// * `file_path` - A string slice that holds the path to the file.
///
/// # Returns
///
/// * A `Result` containing a vector of strings if the file was successfully read.