• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Good forums for advanced math?

Chu

Banned
Having difficuilty with some problems about Informatic-Theoritic security (in the sense of Shannon) and was wondering if anyone knows any good forums out there for advanced math?

-Chu
 
THis is supposed to be an easy problem, but for some reason it is giving me a ton of trouble
-------------------------
Let p be a 128-bit prime and Z_p be the set of integers {0,...,p-1}. Consider the following encryption scheme. The secret pair of integers a,b EXISTSIN Z_p where a!=0. An encryption of a message M EXISTSIN Z_p is defined as:

E_(a,b)[M] = aM + b mod p

1. Show that when E is used to encrypt a message M EXISTSIN Z_p the system has perfect secrecy in the sense of shannon

2. Show that if the system is used to encrypt a plaintext (M_1,M_2), where M_1,M_2 EXISTIN Z_p, then the system does not have perfect security.
 
A few questions:

Are there specific things you have to show in order to prove the system has perfect secrety in the sense of shannon?

Say that I'm an enemy that wants to crack this encryption scheme. Initially, what do I know?
 
Sure, perfect secrecy in the sense of shannon simply means, that if K is your keyspace, C is your cypherspace, and P is your plaintext space, then :

Pr[P=M_0] = Pr[P=M_0 | C = C_0]

That notation can be translated into english as:

The probabilty that a random generated message is equal to M_0 must be equal to the probability that given any cyphertext C_0, M=M_0.

. . . and when typing that I think I just saw the solution so I might be kicking myself 😉
 
Back
Top