i want cretae an algorthm for..encryption and decryption of "Pass Word","Use Name"........
Presently i dont have any idea about dis....i googld sum codes using
using System;
using System.IO;
using System.Security;
using System.Security.Cryptography;
using System.Runtime.InteropServices;
using System.Text;
hmm...coool...and simple....but can u help me to build ....a simple alogorith with two functions.....
one for encrypt and other for decrypt....
and methods for "diffrent algorthms..."...pls hep me...
paul danielPosted Dec 24, 2009, 9:28 AM
Refer this link for password encryption
http://www.devasp.net/net/articles/display/247.html
Nilanka DharmadasaPosted Dec 22, 2009, 4:14 AM
I wrote a small application to encrypt and decrypt strings using a simple algorithm. Check my code.
If you find this helpful, please tick 'Do you like this answer' checkbox.
Lalit MPosted Dec 22, 2009, 3:31 AM