notes

% crypto reading notes

20221029_225657 otp (Shannon cipher)

E(k, m) -> c; D(k, c) -> m.

four types (variants):

perfect security: Pr[E(k, m1) == c] == Pr[E(k, m2) == c]

20221030_111825 perfect security, continue

TODO: why substitution otp, while looks more complex, is not perfect secure? (see example 2.6)