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