Files
mosaic/files/secret_message.txt
2026-01-19 13:05:03 +01:00

25 lines
958 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From: hochspezialisiert@sec.in.tum.de
To: itsec_examdraft@sec.in.tum.de
Subject: [Draft Question — Cryptography]
Confidential (ONLY FOR AUTHORIZED PERSONNEL)
Question:
Consider a toy "QR-encryption" scheme where a message is encoded into
a QR code and then randomized by permuting its tiles with a secret seed.
(a) Under ideal assumptions, explain why this scheme could satisfy
Kerckhoffs' principle.
(b) Now assume an attacker can test permutations against the QR format
(find patterns, error correction, alignment markers). Why does this
reduce the effective security of the scheme?
Solution (DO NOT DISTRIBUTE):
(a) If the algorithm is known and the seed remains secret, only the
seed determines security → aligns with Kerckhoffs principle.
(b) QR codes have strong structural redundancy (finder patterns,
error correction). This gives the attacker an oracle to prune wrong
seeds quickly → brute force feasible.
Verification Token: