Encryption

  1. Fill secrets/secretStorage/decrypted/secretStorage.jsonc params and accounts/decrypted folder with xlsx files (you can use only accs.xlsx).

  2. For users: run executive file. For developers: npm run start.

  3. Select p.3 'Encrypt Accounts And SecretStorage'

  4. Enter the key for encryption. Then you will use it for decryption of all your secret files.

  5. Finish. Now you have secretStorage.jsonc in secrets/secretStorage/encrypted folder and accounts in accounts/encrypted folder.

  6. For using encrypted files in launchParams.jsonc you have to do USE_ENCRYPTION: true, else will be used decrypted files.

  7. You can remove all decrypted files from project now.

Last updated