Skip to main content

sha512

Computes the SHA-512 hash of the given value.

parametertypedescription
valuestringThe value to hash

Returns string: The SHA-512 hash of the input value.

Example

sha512.js
import { sha512 } from "@sinequa/atomic";

console.log(sha512("test"));
// Output: "ee26b0dd4af7e749aa1a8ee3c10ae9923f618980772e473f8819a5d4940e0db27ac185f8a0e1d5f84f88bc887fd67b143732c304cc5fa9ad8e6f57f50028a8ff"