Created
November 21, 2015 06:57
-
-
Save aburan28/8aabaeabbf6f549bcf90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chosen Ciphertext Attack (CCA): | |
The adversary gets acces to an oracle for the decryption function. | |
• Chosen Ciphertext Attack (CCA1): | |
- The adversary can use this oracle before it gets the challenge ciphertext. | |
- The queries cannot depend on the ciphertext C. | |
• Adaptative Chosen Ciphertext Attack (CCA2): | |
- The adversary gets acces to a decryption oracle without restrictions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment