Give everyone a new encryption method, C #'s use system;
/ * 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
Public String Decode (String Str) {String DText = ";
For (int i = 0; i