cryptograpy with rijndaelSymmetry key

  • Thread starter Thread starter Chieko
  • Start date Start date
C

Chieko

Guest
Hi,
I'm using the RijndaelSymmetry key for encrypting and decrypting strings in two web service methods.
During my tests I found that the word "finally" has the encrypted value of "RXh+WV+v0ZBp1foSCeJ1Nw=="
and "Finally" has the encrypted value of "ZInthcow0Hhm9z0cu6gT4Q=="

When I try to Decrypt "ZInthcow0Hhm9z0cu6gT4Q==", it succeeds.
However, when I try to Decrypt "RXh+WV+v0ZBp1foSCeJ1Nw==", I receive a "wrong format "error message.
Would you be able to help me resolve this error?
Thank you.
Chieko Jurkus
Chieko

Continue reading...
 
Back
Top