VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



One-Time Encryption Pad

by Daniel (a.k.a. El Jefe OR Where is El Jefe) (1 Submission)
Category: Encryption
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Download One-Time Encryption Pad

Download One-Time Encryption Pad (228 KB)

One-Time Encryption Pad Comments

No comments have been posted about One-Time Encryption Pad. Why not be the first to post a comment about One-Time Encryption Pad.

Post your comment

Subject:
Message:
0/1000 characters