pub fn encrypt_file( source_path: &str, target_path: &str, password: &str, ) -> Result<(), Box<dyn Error>>