Encryption Flashcards
What is encryption?
Is the transmission of data from one form to another to present an unauthorized third party from being able to understand it.
What is plaintext?
The original data or message.
What is a ciphertext?
Encrypted data.
What is a cipher?
An encryption method or algorithm.
What is a key?
The secret information to lock or unlock the message.
What is the one-time pad encryption?
An encryption technique that cannot be cracked, but requires the use of a one-time pre-shared key the same size as, or longer than, the message being sent. In this technique, a plaintext is paired with a random secret key
Crypt-analysis and non-random keys
Ciphers that use non-random keys are open to a crypt-analytic attack and be solved given enough time and resources.