TripleDESCryptoServiceProvider tripleDES = new TripleDESCryptoServiceProvider();
I am using this type for storing secure variables. It works fine in the editor but does not build. Does anyone know which type can be used for cryptography ? I need to encrypt and decrypt string values.
I need it to work with all platforms.
↧