MASQ-Project / MASQ-Node-issues

This repo contains the issues that are used for planning MASQ Node product work. It has no code in it, only GitHub issue tickets
https://masq.ai/
31 stars 12 forks source link

Secret parameters obfuscated in Daemon #322

Open dnwiebe opened 4 years ago

dnwiebe commented 4 years ago

Currently, the secret parameters in the Daemon Setup space are held in cleartext at rest, and can be exposed by searching for strings in the process's memory.

Obfuscate the secrets so that they don't show up as strings.

kauri-hero commented 4 years ago

@dnwiebe is this related to GH-302?