VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Six Popular Encryption Methods

Noah Spitzer-Williams  (1 Submission)   Encryption   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

6 popular methods of encryption including: Backwards, Binary, Caesar, Pig Latin, Random, and Transposition.
The beauty of this program is you can encrypt/decrypt from one type of encryption to another (you don't always have to start out with ascii).
For example, you can enter binary code and translate that into pig latin with one click!

Inputs
1. Choose what type of text is in the top textbox by selecting the appropriate type in the top listbox. Ex. If you entered binary code into the top textbox, choose Binary from the top listbox. 2. Choose what type of encryption you want to use to convert the text.

Assumes
It may be a little hard to understand at first, but read the help and it should make things clearer.

Returns
The encrypted text

Side Effects
None. The only error returned is if you encrypt 'Random' text when it really isn't Random.

Rate Six Popular Encryption Methods (7(7 Vote))

Download Six Popular Encryption Methods

Six Popular Encryption Methods Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters