decrypt_file_java_ecb

Function decrypt_file_java_ecb 

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

Decrypt file encrypted by Java (using AES/ECB mode) Java’s default Cipher.getInstance(“AES”) uses ECB mode without IV