encrypt_file

Function encrypt_file 

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