How to Encrypt Data and Save to Registry ?
-
HI i want to encrypt my data and save it to registry and decrypt it and retrieve. how to do ??
The .NET framework has a bunch of encryption/decryption algorithms built in to the cryptography namespace. The registry stuff is easily found with google.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
The .NET framework has a bunch of encryption/decryption algorithms built in to the cryptography namespace. The registry stuff is easily found with google.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Well, you know where the info is, in the framework. Don't they have google where you live ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Well, you know where the info is, in the framework. Don't they have google where you live ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Hello Please Reffer http://msdn2.microsoft.com/en-gb/library/system.security.cryptography.des.aspx[^]