Decrypt aes encrypted file in java sha1 openssl
问题 Im trying to implement file decryption by referring this code: Encryption part i have done this way: https//stackoverflow.com/questions/64423926/encrypt-file-in-java-and-decrypt-in-openssl-with-key-aes And the encrypted file im able to decrypt with openssl. But the decrypt to file in java is causing error: java.lang.IllegalArgumentException: Illegal base64 character 5f at java.util.Base64$Decoder.decode0(Unknown Source) at java.util.Base64$Decoder.decode(Unknown Source) at java.util.Base64