MODULE 6: COMMUNICATION TECHNOLOGIES Flashcards
Encryption
Transforming info that can’t be read
Decryption
Transforming it into its original form
Cryptography
Math to encrypt and decrypt data
Pig Pen Cipher
Uses dots & boxes
Dancing Men Cipher
Stick men code
Caesar’s Cipher
Letters shift by a certain number
Vigenere Cipher
A = 0…Z = 25
Symmetric Encryption
Encrypt to decrypt (same key)
Asymmetric Encryption
Encrypt (public key) to Decrypt (private key)
Encryption Formula
C = E(M) = M x Pb
Decryption Formula
M = D(C) = C x Pv
Pv = D(1/Pb)
Goals of Coding Theory
Error Detection & Corrections
Source Coding
Changing message to suitable code
Sourcing Encoder
Transforms output into a sequence of symbols
Codeword
String of Binary digits representing a message