encrypt_file

Function encrypt_file 

Source
pub fn encrypt_file(
    file_path: String,
    passphrase: String,
    output_file: String,
) -> Result<(OsString, String)>