Memory per hash is about 128 MiB; runtime on a modern CPU is roughly 100-250 ms.
Callers may lower N (e.g. for test suites or constrained CPUs) via the
hashPassword options; the chosen parameters are recorded in the output, so
verification never needs to know the current defaults.
Default OWASP scrypt profile (ADR, PRD-9):
N=2^17, r=8, p=1, keyLength=32.Memory per hash is about 128 MiB; runtime on a modern CPU is roughly 100-250 ms. Callers may lower
N(e.g. for test suites or constrained CPUs) via the hashPassword options; the chosen parameters are recorded in the output, so verification never needs to know the current defaults.