PBKDF2_ITERATIONS

Constant PBKDF2_ITERATIONS 

Source
pub const PBKDF2_ITERATIONS: u32 = 600_000;
Expand description

PBKDF2 iteration count — 600,000 with HMAC-SHA-256 (OWASP 2023 recommendation for PBKDF2-SHA256). The same literal appears in the decrypt shell’s inline JS so the browser-side WebCrypto derivation matches.