¡@

Home 

c# Programming Glossary: sharedsecret

Encrypt/Decrypt string in .NET

http://stackoverflow.com/questions/202011/encrypt-decrypt-string-in-net

The string can be decrypted using DecryptStringAES . The sharedSecret parameters must match. summary param name plainText The text.. param name plainText The text to encrypt. param param name sharedSecret A password used to generate a key for encryption. param public.. static string EncryptStringAES string plainText string sharedSecret if string.IsNullOrEmpty plainText throw new ArgumentNullException..