Scrypt Generator

Scrypt Generator. Local browser processing.

Convert in your browser · No sign-up

Generate a self-contained $scrypt$N=…,r=…,p=…$salt$hash record. Blank salt generates 16 random bytes.

N: 2–65536, power of 2; r: 1–16; p: 1–8; memory ≤ 64 MiB

How to use

  1. Enter your data and parameters, or load the example.
  2. Choose the operation and confirm the input format.
  3. Run the tool, then copy or download the result.

Example

$scrypt$N=16384,r=8,p=1$base64-salt$base64-hash

Details and limitations

Everything runs in your browser; text, files and keys are not uploaded.

Input is limited to 100,000 characters per field. Cancel stops the worker and discards the pending result.

Demo keys and passwords are public examples. Generate your own key before using real data.

FAQ

Are my keys or files uploaded?

No. Calculation happens locally in a Web Worker. Clearing or leaving the page discards its working state.

Format references

Tool page updated: