Give us a new encryption method, C # of System using; / * The reason that i am using interface is that, in several * weeks i will use a bitwise operator for have encryption and decryption * * / public interface IBindesh {string encode ( string str); string decode (string str);} namespace EncryptionDecryption {/// /// Summary description for EncryptionDecryption./// summary> public class EncryptionDecryption: IBindesh {public string encode (string str) { String htext = ""; // blank text for (int i = 0; i
Author Blog:
http://blog.9cbs.net/xjking0331/