0
votes
votes
1 answers
3DES encryption
Hello, I am trying to make an application which needs to encrypt and decrypt data using 3DES. I found this example in MSDN on how to use the TripleDesCryptoServiceProvider class http://msdn.microsoft.com/en-us/library/system.security.crypt ...
