ExamGecko
Question list
Search
Search

Related questions











Question 50 - 212-81 discussion

Report
Export

What is the formula m^e %n related to?

A.
Encrypting with EC
Answers
A.
Encrypting with EC
B.
Decrypting with RSA
Answers
B.
Decrypting with RSA
C.
Generating Mersenne primes
Answers
C.
Generating Mersenne primes
D.
Encrypting with RSA
Answers
D.
Encrypting with RSA
Suggested answer: D

Explanation:

Encrypting with RSA

https://en.wikipedia.org/wiki/RSA_(cryptosystem)

RSA Encrypting a message m (number) with the public key (n, e) is calculated:

M' := m^e %n

Incorrect answers:

Decrypting with RSA:

M'' := m^d %n

Generation Mersenne primes:

Mn = 2^n - 1

Encrypting with Elliptic Curve (EC):

y^2 = x^3 + ax + b

asked 18/09/2024
Tomislav Bodrozic
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first