RSA Calculator - College of Computing & Informatics
https://www.cs.drexel.edu/~jpopyack/IntroCS/HW/RSAWorksheet.html
The values of p and q you provided yield a modulus N, and also a number r=(p-1)(q-1), which is very important.You will need to find two numbers e and d whose product is a number equal to 1 mod r.Below appears a list of some numbers which equal 1 …
DA: 38 PA: 24 MOZ Rank: 33