Apart from the encryption and decryption methods which uses different algorithms
given in different sites on Internet,I want to encrypt and decrypt data in a different manner.
I will define a custom string or array such as
($,@,!,%,^,&) ---a way like this.
If I give a name or any information in textbox,it should be encrypted using the above characters only.
for example,If I give as
net in a textbox and click a button,then it should be encrypted as
$@!------like this i.e., using user defined string or array of characters.
Is there any way to do this.
If so,please help me regarding this.
Thanks,
Silpa
given in different sites on Internet,I want to encrypt and decrypt data in a different manner.
I will define a custom string or array such as
($,@,!,%,^,&) ---a way like this.
If I give a name or any information in textbox,it should be encrypted using the above characters only.
for example,If I give as
net in a textbox and click a button,then it should be encrypted as
$@!------like this i.e., using user defined string or array of characters.
Is there any way to do this.
If so,please help me regarding this.
Thanks,
Silpa
Comment