[opsec] privkeys in log
SuperNET_login() invocation prints the privkeys as reported by @phm87 - https://github.com/KomodoPlatform/dPoW/pull/23
As discussed, I was wrong, privkeys are not printed in logs by SuperNET_login() In mm2 logs, privkeys appear but I don't know which call prints that. I though that iguana do the same Thank you for the discussion on discord to clarify
Can you close this Issue ? We'll perform grep on our logs to be sure that no sensitive info is present.
The encryptwallet RPC is the one that returns privkeys. If the operator is logging stdout to a file, this will remain in logs. In old docs (early season2), encryptwallet was described to be called in the wp_7776 file.
Since mid-S2, the docs were updated with walletpassphrase RPC call.