VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Six Popular Encryption Methods

by Noah Spitzer-Williams (1 Submission)
Category: Encryption
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

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.
Code 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

Download Six Popular Encryption Methods

Download Six Popular Encryption Methods (4 KB)

Six Popular Encryption Methods Comments

No comments have been posted about Six Popular Encryption Methods. Why not be the first to post a comment about Six Popular Encryption Methods.

Post your comment

Subject:
Message:
0/1000 characters