Methods to break the encryption of RSA. Remember that RSA looks like: where:
- is the cipher text
- is the original message
- is an exponent
- is the product of 2 large Prime Numbers The question is how we can get the message ‘m’
Methods to break the encryption of RSA. Remember that RSA looks like: C=(me)%n where: