RSA : Overview Flashcards
1
Q
Why is the RSA currently considered secure?
A
Due to the infeasibility of modern computers to factoring large prime numbers.
2
Q
Define factoring
A
Establishing the prime numbers used to generate a product.
3
Q
RSA : Pros
A
- Can’t derive the private key from the public key.
- Key is between 2048 and 4096 bits long.
4
Q
RSA : Cons
A
- Computationally expensive.
- Masquerading can be done if no certificate is present.
- Theoretically could derive P and Q from N, although yet to be done.
- If partial plain text is acquired, may be able to decrypt.