Is this possible to decrypt file in C# that encrypted in C using same algorithm(Rijndael Algorithm)?
Pls help me....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shakuntala GaurPosted Aug 8, 2012, 11:23 AM
you can use the serialization in C# to encrypt your file , there are three methods through which you can encrypt the file xml, binary and SOAP serialization.
cheers,
IF this answer helps you please check it accepted