1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2024-11-22 18:44:17 +00:00
appunti-steffo/8 - Crittografia applicata/2 - Comunicazione simmetrica/3 - Indistinguibilità/malleabilità dell'one-time pad.md
2023-09-21 02:46:23 +02:00

12 lines
574 B
Markdown

I [[ciphertext]] dell'[[one-time pad]] sono [[malleabilità|malleabili]] per via della associazione tra operando dello [[XOR]] e risultato.
| Dato | $p_3$ | $p_2$ | $p_1$ | $p_0$ |
|-------------|-------|-------|-------|-------|
| Plaintext | 0 | 0 | 0 | 1 |
| Chiave | 1 | 1 | 0 | 1 |
| Ciphertext | 1 | 1 | 0 | 0 |
| Attacco | 1 | 0 | 0 | 0 |
| Ciphertext' | 0 | 1 | 0 | 0 |
| Chiave | 1 | 1 | 0 | 1 |
| Plaintext' | 1 | 0 | 0 | 1 |