Skip to content

Logging partial public keys could still pose a privacy risk. Consider using a hash or removing this debug information entirely, especially in production builds. #34

Description

@silentius-satoshi

Logging partial public keys could still pose a privacy risk. Consider using a hash or removing this debug information entirely, especially in production builds.

    userPubkeyHash: user?.pubkey ? crypto.createHash('sha256').update(user.pubkey).digest('hex') : undefined

Originally posted by @Copilot in #33 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions