0

Scrypt Hash Generator Online (N, r, p)

Hash passwords and derive cryptographic keys client-side using PBKDF2 and Scrypt KDF algorithms.

Processing... 0%
Initializing KDF parameters
Allocating ROMMix memory blocks
Running iterations loop
Done

Result

This page opens the password hasher with Scrypt already selected — the N, r and p parameter fields replace the iteration count, so you can tune the cost right away.

Scrypt is a memory-hard KDF: N sets the CPU/memory cost, r the block size and p the parallelism. Deriving a hash forces an attacker to spend RAM as well as compute, which blunts GPU and ASIC cracking hardware — pick Scrypt when resistance to specialized rigs matters more than raw speed.

The full tool also derives PBKDF2-SHA256 and PBKDF2-SHA512 hashes and shows a live timing estimate. Everything is computed locally in your browser — the password never leaves your machine.