VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

a clean Text Encryption/Decryption module

c0rrupt0  (2 Submissions)   String Manipulation   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This code will take your text and encrypt it so that it is completely non-readable. I am sure that is someone studied the output long enouch they might be able to break the code, but it would be tough. You can see how easy it actually is to encrypt/decrypt text. It cover all basic letters and most special characters. If you can see it on your keyboard then that character has been covered. Later versions of this code will be much more complex in the way it encrypts the text. and I may include a feature that will require a key to unlock the text. Have fun. Peace

Inputs
Just some Text. that is it.

Assumes
Just paste this code into a module and you should be all set.

Returns
It may look as if someone fell asleep on there keyboard but it is fact encrypted text.

Side Effects
none that I know of.

API Declarations
Option Explicit

Rate a clean Text Encryption/Decryption module (13(13 Vote))
a clean Text Encryption/Decryption module.bas

a clean Text Encryption/Decryption module Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters