VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Simple encryption function with Password

Eskimoman  (2 Submissions)   Encryption   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

A simple encryption function with Password. The slightest change with the password will effect the text so that it is unreadable. This function also encrypts and decrypts depending on if you set EnDeCrypt Boolean to True or False.
I am sure you could crack a message from this code after a while but i think it is stronger than other simple cryption codes you will find on vbcoders.com.
Sorry that I ain't REMed it but it is quite simple so you should understand it. I hope you like.

Inputs
Text for encryption, Password and either true or false for encrypt or decrypt.

Assumes
All you need to do is paste the code into a project and create a Command button. I useally put the function into a module.

Returns
The En/Decrypted text.

Side Effects
None I know off

Rate A Simple encryption function with Password (8(8 Vote))
A Simple encryption function with Password.bas

A Simple encryption function with Password Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters