1,185 views
1 votes
1 votes
How to find value of d in RSA algorithm given the values of p , n and e ?

Example:

p=11

q=7

hence n =77

z = 10 × 6 = 60

e =13 (given)

Now d should be multiplicative inverse of e mod z..

How to find it ?

1 Answer

Related questions

2 votes
2 votes
3 answers
2
hacker16 asked Jan 29, 2018
2,949 views
How To Solve..? 17 * d = 1 mod 3120.should we need to apply bruteforce?
2 votes
2 votes
2 answers
4
piya asked Jul 23, 2018
12,349 views
In an RSA system, the public key of given user is e = 31 and n = 3599. The private key of user will be ________