VBScript - How to make a text encryption program
Senin, 29 Juli 2013
0
komentar
VBScript - How to make a text encryption program
* This is a simple HTML application which can encrypt and decrypt the text entered into a text box using the given key. The encryption algorithm is really simple and the output is in only uppercase alphabet letters and numbers. The drawback of the program is that it will double the length of the string when encrypting. Don't use this encryption program as the only source of security for important data.
To make the encryption program save the following code with .hta extension using notepad.