VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Another EASY EncryptDecrypt Code

ISIEO  (4 Submissions)   Encryption   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

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.

Rate Another EASY EncryptDecrypt Code (4(4 Vote))

Download Another EASY EncryptDecrypt Code

Another EASY EncryptDecrypt Code Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters