CYG Chapter 2 Classical Cryptography

Questions about the lecture 'Cryptography' of the RWTH Aachen Chapter 2 Classical Cryptography

Questions about the lecture 'Cryptography' of the RWTH Aachen Chapter 2 Classical Cryptography


R. B.
This flashcard set covers classical cryptography techniques at a university level, focusing on encryption and decryption methods like substitution, affine, Caesar, Vigenère, and Hill ciphers. It delves into tools such as alphabets, keys, and matrices, explaining how they are used in various cipher techniques. The set is beneficial for students and professionals in computer science who need a solid understanding of foundational cryptographic principles and their practical applications.
Flashcards
47
Students
2
Language
English
Category
Computer Science
Level
University
Created / Updated
21.03.2017 / 12.11.2017

Flashcards

What is the definition?

[ciphers.text.characteristics.classical]

Ciphertext messages C := Cupl=0inf Yl

What is the definition?

[plain.text.characteristics.classical]

Plaintext, message m \in M

What is the definition?

[cipher.text.characteristics.classical]

Ciphertext, cryptogram c \in C

What is the definition?

[keyspace.characteristics.classical]

Keyspace K is finite set of possible keys k \in K

What is the definition?

[encryption.characteristics.classical]

Encryption rule e : M x K → C : (m,k) → m

What is the definition?

[decryption.characteristics.classical]

Decryption rule d : C x K → M : (c,k) → c

What is the definition?

[cryptosystem.characteristics.classical]

(M,K,C,e,d) with d(e(m,k),k)=m for all (m,k) \in M x K

Study