Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Topics in Cryptography

Topics in Cryptography

Session 01: A bird's view of the journey.

Mohammad Mahmoody

January 19, 2018
Tweet

More Decks by Mohammad Mahmoody

Other Decks in Education

Transcript

  1. Chapters 1-2 of Katz-Lindell book • Steganography and why it

    is not a good idea • Defining Perfect Secrecy • Problems with perfect secrecy
  2. 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.
  3. Steganography • Even the algorithm used by Alice and Bob

    is hidden… • When is it useful? • What is wrong with it?
  4. Caesar cipher (weak variant) • the th letter is substituted

    with ( + ) th letter. • Is it secure?
  5. Caesar Cipher (strong variant) • Secret key: a random permutation

    over all letters. • Key size: log 26! > 88 bits • Is it now secure?