• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Changing RSA Key

Kungenn

Veteran OT User
Joined
Jun 10, 2007
Messages
1,623
Reaction score
281
Location
USA California
Anyone know a site or knows how to calculate RSA Key Values


I need values for
E:
D:
Q:
P:
N:

For example

E: has to be 65537

Im not sure how to calculate it but I know that N = P * Q

And it has to be prime numbers, there are key generators that I found however none of the allows me to define E to a value that I'd like..


Anyone familiar with this that could help me out?


Code:
If I for example use P 6091 Q 7417 N 45163440 and E 65537 how do I know how to calculate what D should be

Thanks
 
Last edited:
Back
Top