VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Another EASY EncryptDecrypt Code

by ISIEO (4 Submissions)
Category: Encryption
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Download Another EASY EncryptDecrypt Code

Download Another EASY EncryptDecrypt Code (3 KB)

Another EASY EncryptDecrypt Code Comments

No comments have been posted about Another EASY EncryptDecrypt Code. Why not be the first to post a comment about Another EASY EncryptDecrypt Code.

Post your comment

Subject:
Message:
0/1000 characters