Quantum Encryption with Certified Deletion

Functionality Description


This functionality allows encryption of classical data into a quantum ciphertext so that the recipient of the ciphertext can produce a deletion certificate (a classical string) which proves to the originator that the recipient can no longer obtain the original plaintext should the decryption key be revealed.

A Certified Deletion Encryption (CDE) scheme usually consists of the following 5 algorithms:

  • KeyGen:ย This algorithm generates the key used in later stages
  • Enc:ย This algorithm encrypts the classical plaintext into a quantum ciphertext
  • Dec:ย This algorithm decrypts the quantum ciphertext to recover the classical plaintext
  • Del:ย This algorithm deletes the ciphertext and generates a deletion certificate
  • Ver:ย This algorithm verifies the deletion certificate

Protocols


The protocols that implement this functionality are:

Classical Analogues


No content has been added to this section, yet!

Real-world Use Cases


No content has been added to this section, yet!

Properties


  • Decryption-correctness: Given the ciphertext and the associated key, the probability thatย Decย does not output the correct plaintext is negligible in the security parameter
  • Verification-correctness: Given a valid deletion certificate and its associated key, the probability thatย Verย does not accept the certificate is negligible in the security parameter
  • Certified Deletion Security: Once the deletion certificate is issued, it becomes impossible to decrypt the certificate, even if the key is later leaked.

Further Information


No content has been added to this section, yet!

References


  1. Broadbent, Anne, and Rabib Islam. โ€œQuantum encryption with certified deletion.โ€ Inย Theory of Cryptography: 18th International Conference, TCC 2020, Durham, NC, USA, November 16โ€“19, 2020, Proceedings, Part III 18, pp. 92-122. Springer International Publishing, 2020. acheck not used
  2. Hiroka, Taiga, Tomoyuki Morimae, Ryo Nishimaki, and Takashi Yamakawa. โ€œQuantum encryption with certified deletion, revisited: Public key, attribute-based, and classical communication.โ€ Inย Advances in Cryptologyโ€“ASIACRYPT 2021: 27th International Conference on the Theory and Application of Cryptology and Information Security, Singapore, December 6โ€“10, 2021, Proceedings, Part I 27, pp. 606-636. Springer International Publishing, 2021. acheck not used

Leave a Reply

Your email address will not be published. Required fields are marked *