Different Techniques To Encrypt Data in Asp.net
Hi can anyone explain me different encryption techhniques available in asp.net?
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.
Amit ChoudharyPosted Mar 25, 2010, 4:12 AM
.Net framework have providers to support encryption:
Source article for this table explained is here
Below link having the example how to encrypt/decrypt a file in .net c#
1. Encryption Example
Please mark as answer if it helps