You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.