Caleb Cooper Identity
Caleb Cooper Identity
Private Key
Encrypting with Public Keys
1) Message: BUG
2) Convert message to numbers:
B=2, U=21,G=7
3) Combine numbers: 2217
4) Encrypt with Public Key (n and e):
2217^(e) mod n =
2217^(3) mod 3127 = 1603
Decrypting with Private Keys
1) Place the encrypted message into the decryption
formula with n and d:
1603^d mod n =
1603^2011 mod 3127 = 2217
2) Convert message back to letters:
2, 21, 7
B, U, G
3) Combine to make the decrypted message:
BUG
Public/Private Keys and Identity
Assurance
● Since no one shares a private key, any
message which has been encrypted with that
key is assured* to be from the creator of the
key.