1 / 4

Perfect Secrecy

Perfect Secrecy. A cryptosystem is unconditionally secure if it cannot be broken, even with infinite computational resources. (There are other (weaker) types of security; we’ll talk about those later.)

astach
Télécharger la présentation

Perfect Secrecy

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Perfect Secrecy A cryptosystem is unconditionally secure if it cannot be broken, even with infinite computational resources. (There are other (weaker) types of security; we’ll talk about those later.) A cryptosystem is unconditionally secure against a ciphertext-only attack if the ciphertext does not give any information about the plaintext (except its length). This is known as perfect secrecy.

  2. One-time Pad • plaintext: a binary string of length n • key: a sequence of random bits of length n • - encryption: exclusive-OR of the plaintext and the key • - how to decrypt ?

  3. One-time Pad • perfect secrecy ? • if each bit of the key chosen independently, with 0/1 chosen with probability ½ • encryption/decryption: easy / hard ? • why not a standard cryptosystem ? • Note: no perfect secrecy with shorter keys

  4. Visual Cryptography • a cool application of the one-time pad • plaintext: each bit is represented as a pixel: 0=black, 1=transparent • key and ciphertext: each bit is represented by two subpixels: 0=black/transparent, 1=transparent/black • ciphertext key • how to decrypt ?

More Related