| application programming for e-commerce | |
| 7. security |
RSA Public and Private keys: Public key = {n,e} Private key = {n,d}
Encryption and Decryption:
Encryption: C = Me mod n Decryption: M = Cd mod n M is the message and C is the corresponding ciphertext