Current location - Quotes Website - Signature design - How to use RSATool?
How to use RSATool?

1. Select the base number 10 in the "Number Base" combo box;

2. Click the "Start" button, and then move the mouse at will until the prompt message box appears. Get a random number seed;

3. Enter 32 in the "KeySize(Bits)" edit box;

4. Click the "Generate" button to generate;

< p>5. Copy the content in the "Prime(P)" edit box to the "Public Exp.(E)" edit box;

6. Select the base 16 in the "Number Base" combo box ;

7. Record the hexadecimal text content in the "Prime(P)" edit box.

8. Repeat step 2 again;

9. Enter the number of key digits you want in the "KeySize (Bits)" edit box, from 32 to 4096, bits The greater the number, the higher the security, but the slower the calculation speed. Generally, 1024 bits is enough;

10. Click the "Generate" button to generate;

11. Click " Test" button to test, enter a piece of text in the "Message to encrypt" edit box, then click the "Encrypt" button to encrypt, and then click the "Decrypt" button to decrypt to see if the decrypted result is consistent with what was entered. If Consistent means that the generated RSA key is available, otherwise it needs to be regenerated;

12. The generation is now completed, and the content in the "Private Exp. (D)" edit box is the private key. Step 7 The recorded content is the public key, and the content in the "Modulus (N)" edit box is the public modulus. Please save the above three paragraphs of hexadecimal text. That's about it. I suggest you download a Chinese version.