VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

One-Time Encryption Pad

Daniel (a.k.a. El Jefe OR Where is El Jefe)  (1 Submission)   Encryption   Visual Basic 5.0   Advanced   Wed 3rd February 2021

The program generates a 'pad' of 200 (10x20) keys. Each key has a random length, is consisted of random numbers, a random letter, and the letter is placed randomly in the key. The message is encrypted using this 'pad', making it virtually undecryptable without the pad
NOTE: I plan to have 2 different keys for each letter, but that will come later.

Inputs
Your message. The Pad is generated randomly, though you can open a saved pad.

Assumes
The program is a good example of random numbers, arrays, and loops. Beware, the coding can get confusing to the intermediate or beginner user

Returns
An encrypted (or decrypted) message.

Side Effects
Once you lose the pad, the message is not recoverable (unless you have a key sniffer installed, or you remember it)

Rate One-Time Encryption Pad (4(4 Vote))

Download One-Time Encryption Pad

One-Time Encryption Pad Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters