scrypt_hash
Hash passwords securely using Node.js scrypt (RFC 7914). Returns hex-encoded salt and hash for storage.
Instructions
[PRO — 3 trial uses left] Hash a password using Node.js scrypt (RFC 7914). Returns hex-encoded salt + hash for secure password storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| salt | No | Optional salt (hex). If omitted, a random 16-byte salt is generated. | |
| password | Yes | Password to hash |