USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Compute a SHA-256 hash of a string and return it as a Base64-URL-encoded value
Hashes the input string using SHA-256 and encodes the raw bytes as a Base64 URL-safe string (no padding). Commonly used for OAuth PKCE code-challenge generation or other cryptographic verification workflows.
| Parameter | Description |
|---|---|
| cmd | the string to hash |
Sha256 "the string to hash"