Scrypt Password Generation and Verification

Feedback
Generate
The salt format and display are controlled by the drop-down on the right; if pasting a salt, use the selected format (hex/base64).

Usually 2^14, 2^15, etc. (must be a power of 2)

        
0%

Verify
Supported formats: scrypt$N$r$p$salt_hex$dk_hex (salt and dk can be hex or base64; the tool will try to automatically identify them).

📖 Description

Enter your password in the "Enter Password" box.

Enter a random string in the "Salt" box.

Set parameters such as the number of iterations and memory cost.

Click the "Generate Hash" button to generate a secure hash result.

Verification of the password and scrypt string consistency is supported.