README.md

December 5, 2022 · View on GitHub

Another EASY Encrypt_Decrypt Code

Description

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.

More Info

Submitted On2002-10-26 02:28:58
ByISIEO
LevelIntermediate
User Rating3.7 (11 globes from 3 users)
CompatibilityVB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryEncryption
WorldVisual Basic
Archive FileAnother_EA14872310262002.zip