How to create an RSA Key pair
Quentrade now supports using RSA keys to create signed API requests. All you need to do is generate an RSA Key pair and then only provide the public key on Quentrade.
Generate Keys via Command Line
You can use command line to create RSA Key pair:
Generate Private Key
Run this command to generate a 4096-bit private key:
Save Private Key
Output the private key to a file, such as private.pem. You can adjust the key length and/or output file name as needed:
Generate Public Key
To generate the public key from the private key, run this command:
View Public Key
Run this command to view the public key:
Binance RSA Key Generator
You can use official Binance RSA key pair generator
Go to the official RSA Keys Generator website to download and install the latest version of the generator.
Online RSA Key Generator
You can use an online RSA key pair generator, but we don't recommend this method due to security concerns.
For example: See here