Skip to content

sha384

sha384(data) → string · Security

Compute a SHA-384 hash. Returns 96-char hex string. See Chapter 38.

  • data (required): string to hash
utlx
sha384("sensitive data")                 // 96-char hex string

Released under AGPL-3.0.