资源加载中... loading...

Key Security

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.

  • Our platform supports localized configuration of sensitive information, such as exchange account information and secret key On the page where the platform configures exchange information, all encrypted text box controls with masks support the way of configuring the file path to load the docker’s local file. The following takes the 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.
    1. Create RSA public key and private key. For example, create public and private keys in the format of PKCS#8, there are many tools available for creation, such as openssl.
    2. Create an RSA KEY on the exchange, and upload the public key created in Step 1 during creation.
    3. Save the private key created in Step 1 in the same directory of the docker in the format of txt file, or in other paths in the directory of the docker program.
    4. When configuring the exchange on the FMZ platform, fill in the RSA KEY created by the exchange in the edit box of the configuration Access Key.
    5. When configuring the exchange on the FMZ platform, fill in the path of the 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.
  • Changing the account password of FMZ Quant Trading Platform will cause the exchange configuration to be invalidated If you change the account password of FMZ Quant Trading Platform, it will cause all exchange configurations to be invalidated, and you need to take the following steps to deal with it:
    1. Re-configure the exchange account related keys, passwords and other information in the “Exchange” page.
    2. Stop all dockers and redeploy and run the docker using the modified account password of FMZ Quant Trading Platform.
Programming Languages Bot