About Encryption/Decryption using CRijndael class.
-
In my application:- 1. I am gettting encrypted string from a 3rd party. 2. I am then providing these encrypted keys to my application through a form. 3. I am then decrypt these encrypted strings and use the information. but the problem is i am not able to decrypt. But all the parameters (keylenght,block size,key) in 3rd party application (which generates the encrypted strings) and my application are same. But if i decrypt the encrypted string in that 3rd party app, it would decrypt to correct values. I am using CRijndael class for encryption/decryption. -vikram
-
In my application:- 1. I am gettting encrypted string from a 3rd party. 2. I am then providing these encrypted keys to my application through a form. 3. I am then decrypt these encrypted strings and use the information. but the problem is i am not able to decrypt. But all the parameters (keylenght,block size,key) in 3rd party application (which generates the encrypted strings) and my application are same. But if i decrypt the encrypted string in that 3rd party app, it would decrypt to correct values. I am using CRijndael class for encryption/decryption. -vikram
Without seeing any code it's hard to say. But my first guess is ANSI UNICODE compatibility.