Derive keys using scrypt — a memory-hard KDF resistant to GPU and ASIC attacks
Yes, PivaBox Scrypt Key Derivation is completely free to use. All computation runs locally in your browser using the <code>scrypt-js</code> library.
No. All key derivation happens entirely in your browser. Your password, salt, and derived keys never leave your device.
For production use, <strong>N=16384</strong> or higher is recommended. N=4096 (the default) is suitable for most applications. N=1024 is faster but less secure. Higher N values increase memory usage (128*N*r bytes) and computation time, making attacks exponentially harder.