Skip to content

[MEDIUM] HKDF used instead of PBKDF2 for password-based key derivation #53

@Danieliushka

Description

@Danieliushka

HKDF in _deriveKeyFromPassword (src/lib/crypto/private-key-manager.js line ~165) has no iteration count — vulnerable to brute-force on exported key backups. Use PBKDF2 (already in MasterKeyDerivation) or Argon2id.

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