Software Development Network>> Visual C#>> How to encrypt and decrypt a string by a symmetric key
yup - take a look at the classes that inehrit from the SymmetricAlgorithm class:
DESCryptoServiceProviderTripleDESCryptoServiceProviderRijndaelManaged
There are samples for each that should help you get started.
hope that helps,Imran.
How to encrypt and decrypt a string by a symmetric key
H Katz
yup - take a look at the classes that inehrit from the SymmetricAlgorithm class:
DESCryptoServiceProvider
TripleDESCryptoServiceProvider
RijndaelManaged
There are samples for each that should help you get started.
hope that helps,
Imran.