atomicDEX-API icon indicating copy to clipboard operation
atomicDEX-API copied to clipboard

Encrypt kdf logs using a key derived from seed phrase

Open gcharang opened this issue 1 year ago • 0 comments

Currently, the logs are stored in plain text (natively and in browser)

To protect privacy of users, the logs should be encrypted. If it doesn't make sense to encrypt all the log data, at least coin names, balances, swap info should be encrypted.

To share the logs with a trusted 3rd party, kdf could implement a RPC that will export unencrypted logs

Related to: https://github.com/KomodoPlatform/komodo-defi-framework/issues/1939

gcharang avatar Jul 23 '24 11:07 gcharang