decrypt_file

Function decrypt_file 

Source
pub fn decrypt_file<P: AsRef<Path>>(
    input_path: P,
    output_path: P,
    private_key_str: &str,
) -> Result<(), RsaUtilsError>
Expand description

Decrypt file using hybrid decryption (RSA for AES key, AES for file content)