Skip to main content

MIN_PBKDF2_ITERATIONS

Constant MIN_PBKDF2_ITERATIONS 

Source
pub(super) const MIN_PBKDF2_ITERATIONS: u32 = 10_000;
Expand description

The floor the web client enforces inside its PBKDF2 primitive, so a server cannot talk us into deriving a weaker key than the client would.