Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

An encryption scheme $(\mathrm{Gen},\mathrm{Enc},\mathrm{Dec})$ over a message space $M$ is perfectly secret if and only if for every probability distribution over $M$, every message $m\in M$, and every ciphertext $c\in C$, $$\mathrm{Pr}[C=c\mid M=m]=\mathrm{Pr}[C=c].$$

Please can you help me prove this?

share|improve this question

1 Answer

Hint: What is your definition of "perfectly secret"? What this says is that knowing the message $m$ gives you no information about the cyphertext. A perfect encryption scheme says that knowing the encrypted text gives you no information about the message. These look like inverses.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.