CSPC-307 RSA and Public Key Cryptography September 2023
CSPC-307 RSA and Public Key Cryptography September 2023
Public-Key Cryptography
and
RSA
Department of Computer Science & Engineering
NIT Jalandhar
Private-Key Cryptography
Encryption/decryption is:
Let given message M or (PT) =
688 (number 688 < 3337)
Encryption:
CT = 68879 Mod 3337 = 1570
Send 1570 to Receiver
Decryption:
M/PT) = 15701019 Mod 3337 =
688 ( Recovered) Back
Exponentiation
have considered:
» principles of public-key
cryptography
» RSA algorithm,
implementation, security
Question for assignment to solve