The sensitive data, such as account information and encrypted strings in strategy parameters configured on the FMZ Quant Trading Platform, are encrypted at the web browser. All information stored on FMZ Quant Trading platform is encrypted (not plaintext data), and only users’ private devices can decrypt and use the information, which greatly improves the security of sensitive data. Please do not disclose or sell the strategies if other sensitive information is included in the strategy code, parameter settings and strategy descriptions etc.
RSA KEY
authentication method of the exchange as an example to explain in detail how to configure sensitive information locally on the device where the docker program is located.
PKCS#8
, there are many tools available for creation, such as openssl
.RSA KEY
on the exchange, and upload the public key created in Step 1 during creation.RSA KEY
created by the exchange in the edit box of the configuration Access Key
.txt
file placed in the same level directory of the docker in the Step 3 in the edit box of the configuration Secret Key
. For example, if the file name placed is: rsaKey.txt
, and the file and the docker are filled in the same level directory: file:///rsaKey.txt
. If the file is in the directory next to the directory of the docker program rsa_key
, fill in: file:///rsa_key//rsaKey.txt
. If you place rsaKey.txt
elsewhere on your computer or server follow these instructions accordingly, it should be noted that this file can only be placed at either same-level directories or subdirectories with respect to docker.
This makes it safer to localize and save the private key, you can refer to video explanation for detailed process.