Encryption
Fill
secrets/secretStorage/
decrypted
/secretStorage.jsonc
params andaccounts/
decrypted
folder with xlsx files (you can use onlyaccs.xlsx
).For users: run executive file. For developers:
npm run start
.Select p.3 'Encrypt Accounts And SecretStorage'
Enter the key for encryption. Then you will use it for decryption of all your secret files.
Finish. Now you have
secretStorage.jsonc
insecrets/secretStorage/
encrypted
folder and accounts inaccounts/
encrypted
folder.For using encrypted files in
launchParams.jsonc
you have to do USE_ENCRYPTION: true, else will be used decrypted files.You can remove all decrypted files from project now.
Last updated