10.1 Intro to Cryptography Flashcards
Define cryptography
Cryptography is the art and science of keeping information secure through the use of mathematical concepts and techniques.
Define:
Plaintext
Information in human-readable form.
Define:
Ciphertext
Plaintext message that has been encrypted into an unreadable form.
Define:
Encryption
Process of converting plaintext to ciphertext.
Define:
Decryption
Process of converting ciphertext to plaintext.
Define:
Cipher
Method of performing encryption or decryption.
Define:
Key
Parameter specifying how plaintext is converted to ciphertext and vice versa.
Define:
Caesar Cipher
Type of cipher that shifts the letters in the alphabet by a fixed number.
Define:
Enigma cipher
Type of cipher used by Germany in World War II to encrypt messages.
What is ASCII stand for and what is it?
ASCII stands for the American Standard Code for Information Interchange. It’s a code for representing English characters as numbers, assigned from 0 to 127
What’s the goal of encoding?
The goal of encoding isn’t to keep a message secret, but to transform data to be used by another system.
True or False
Encoding, unlike encryption, does not use a key.
True
True or False
Encoding is often used to transform binary data into digital text data, where encryption commonly takes place.
False
Encoding is often used to transform digital text data into binary data, where encryption commonly takes place.
Goals of Cryptography
What is the P.A.I.N model.
Privacy
Authentication
Integrity
Non-repudiation
________ keeps data secure from unauthorized parties.
Privacy keeps data secure from unauthorized parties.