VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A function that encrypts/decrypts.

m@llot  (1 Submission)   Encryption   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

2 functions 1 that encrypts a passed variable(string) and the other decrypts the data(path of file)
Mainly used for a single password.
The code encrypts each character with a simple formula, the more characters the better the encryption.
The limit on the password length is 50 characters.

Inputs
The encrypt function input is the passed variable which is the password to encrypt.

Assumes
Its very simple, and not even close to "great" encryption. but it gets the job done for what it does.

Returns
The decrypt function returns the decrypted value

Side Effects
No side effects

Rate A function that encrypts/decrypts. (8(8 Vote))
A function that encrypts/decrypts..bas

A function that encrypts/decrypts. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters