Padding error - when using AES Encryption in Java and Decryption in C
- by user234445
Hi All,
I have a problem while decrypting the xl file in rijndael 'c' code (The file got encrypted in Java through JCE) and this problem is happening only for the excel files types which having formula's. Remaining all file type encryption/decryption is happening properly.
(If i decrypt the same file in java the output is coming fine.)
While i…