Skip to content

Wallet passphrase written to logs #4032

Description

@jholdstock

When restoring a wallet from seed the private passphrase is written in plain text to the decrediton log file. This occurs both in RPC and SPV mode. withLogNoArgs and withLogNoData funcs already exist for the purpose of ensuring secrets are not written to logs, so they can likely be reused for this case.

export const spvSync = log(

export const rpcSync = log(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions