Help needed for encrypting objects using Rijndael algorithm

wing70prayer

New member
Joined
Aug 12, 2006
Messages
3
Programming Experience
Beginner
Hi,
Can anyone point out to a sample code for encrypting objects and saving the objects to a file. I found many examples but none for Rijndael algorithm( ISO10126 , 256 blocks , etc). Is there any working example anywhere?

Thanks for any help.
 
Yea, thats a good example. From my experience with the cryptography namespace you need to bemindful of the encoding. The Encoding.GetString method can cause problems. Always head for the From/To Base64Array.
 
Back
Top