Recall & Review
beginner
What is asymmetric encryption?
Asymmetric encryption uses two different keys: a public key to encrypt data and a private key to decrypt it. This allows secure communication without sharing the private key.
Click to reveal answer
beginner
What does RSA stand for in RSA encryption?
RSA stands for Rivest, Shamir, and Adleman, the three scientists who invented this encryption method in 1977.
Click to reveal answer
intermediate
How does RSA encryption ensure security?
RSA relies on the difficulty of factoring large numbers into primes. The public key is based on a large number, and only the private key can decrypt messages because it knows the prime factors.
Click to reveal answer
beginner
What are the two keys used in RSA encryption called?
The two keys are called the public key (shared openly) and the private key (kept secret). The public key encrypts data, and the private key decrypts it.
Click to reveal answer
beginner
Why is RSA important for secure internet communication?
RSA allows people to send private messages over the internet without sharing secret keys beforehand. It helps protect passwords, credit card info, and other sensitive data.
Click to reveal answer
What key is used to encrypt data in RSA?
✗ Incorrect
In RSA, the public key is used to encrypt data, while the private key is used to decrypt it.
What makes RSA encryption secure?
✗ Incorrect
RSA's security depends on the difficulty of factoring large numbers into primes.
Who invented RSA encryption?
✗ Incorrect
RSA is named after its inventors: Rivest, Shamir, and Adleman.
Which key must be kept secret in RSA?
✗ Incorrect
The private key must be kept secret to ensure only the owner can decrypt messages.
What is a common use of RSA encryption?
✗ Incorrect
RSA is widely used to protect sensitive data like passwords during online communication.
Explain how RSA encryption uses two keys to secure communication.
Think about how you can send a locked message that only one person can open.
You got /4 concepts.
Describe why factoring large numbers is important for RSA security.
Consider why breaking RSA is hard for computers.
You got /4 concepts.