B Brian Henry Feb 11, 2004 #1 is there any built in encryption in .NET that would let me easily encrypt a string and decript it? thanks!
is there any built in encryption in .NET that would let me easily encrypt a string and decript it? thanks!
H Herfried K. Wagner [MVP] Feb 11, 2004 #2 * "Brian Henry said: is there any built in encryption in .NET that would let me easily encrypt a string and decript it? thanks! Click to expand... Have a look at the classes in the 'System.Security.Cryptography' namespace. You will find classes for many cryptographic algorithms there.
* "Brian Henry said: is there any built in encryption in .NET that would let me easily encrypt a string and decript it? thanks! Click to expand... Have a look at the classes in the 'System.Security.Cryptography' namespace. You will find classes for many cryptographic algorithms there.
T Terry Williams Feb 11, 2004 #3 I've never done any encrypting, but you might want to look at System.Security.Cryptography