Chapters 1-2 of Katz-Lindell book
• Steganography and why it is not a good idea
• Defining Perfect Secrecy
• Problems with perfect secrecy
Slide 28
Slide 28 text
Setting for private-key encryption schemes
• Alice and Bob share some “secret information” in advance
• They want to communicate a new message secretly.
• The communication happens in public.
Slide 29
Slide 29 text
Steganography
• Art of concealing the message in
“innocent-looking” messages.
Slide 30
Slide 30 text
Steganography
• Even the algorithm used by Alice and Bob is hidden…
• When is it useful?
• What is wrong with it?
Slide 31
Slide 31 text
Kerckhoffs's principle
Slide 32
Slide 32 text
Caesar cipher (weak variant)
• the th letter is substituted with ( + ) th letter.
• Is it secure?
Slide 33
Slide 33 text
Caesar Cipher (strong variant)
• Secret key: a random permutation over all letters.
• Key size: log 26! > 88 bits
• Is it now secure?