Dion Cryptography - pg86 Flashcards
What is cryptogrpahy?
A way to hide the true meaning of information.
What is encryption?
Process of converting ordinary information into an unintelligible form.
What is Data at Rest?
Inactive data that is stored on a hard drive or other storage device.
What is Data in Transit?
Data that is moving between devices - on the internet, crossing the network, or data in a computer’s memory.
What is Data in Use?
Data that is currently being processed - in the CPU.
What is ROT13
A rotation cypher that moves the letters of the alphabet 13 times.
What is plain text?
The initial message that has not yet been encrypted.
What is ciphertext?
The message once it has been encrypted.
What is more important when strengthening encryption? The key or the algorithm?
The Key!!
What is an encryption key?
The essential piece of info that determines the output of a cipher.
What is symmetric encryption?
Uses an encryption algorithm, where the sender and receives must have the same key.
Confidentiality is assured.
What is symmetric encryption also known as?
Private Key
How can you distribute the key for symmetric encryption?
By using asymmetric encryption!
What are the 9 symmetric algorithms?
- DES
- 3DES
- IDEA
- AES
- Blowfish
- Twofish
- RC4
- RC5
- RC6
What is asymmetric encryption?
Use two keys - public and private, to encrypt and decrypt data