Skip to content

sha224

sha224(data) → string · Security

Compute a SHA-224 hash. Returns 56-char hex string. See Chapter 38.

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

Released under AGPL-3.0.