[ Log On ]
  • Home
  • Tst
  • Cha
  • Enc
  • Code
  • IP
  • Fun
  • Sub
  • DigF
  • Cis
  • Com
  • Db
  • About
  • Netsim

Exponential Cipher

ID: 798767 score:
0

The exponential cipher uses the form of \(Cipher = M^e \mod N\). Calulate the cipher values for the following:

ValuesAnswerCipher
Message=10671 N=2411 e=7
Message=13747 N=6053 e=11

Example

If we have a message of 1234, and an e value of 7 with an N value of 33, we get:

\(Cipher = 1234^7 \mod 33\)

\(Cipher = 7\)