View Thread : Encryption Methods


achiever80
Hi I just wanted to know how encryption mechanisam works in .net. Is there any namespace is available for encryption or I have to make a new logic myself.

urvisha
You can use md5 or sha encryption if you are using .net. There are inbuild encryption classes in .net, google it or search any good book you will find tutorials about md5 encryption.