
Encrypts and decrypts text easily.It works by adding up the character code of the password and the text.E.G. Password="a" which chr code is 97 and the Text="b" which chr code is 98, the encrypted text will be "Ã" which chr code is 195.
hope you like it.