Digests

From PS4 Developer wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Generic

  • MD5 (RFC 1321) / HMAC-MD5 (FIPS 198)
  • SHA0 (FIPS 180) / HMAC-SHA0 (FIPS 198)
  • SHA1 (FIPS 180-1) / HMAC-SHA1 (FIPS 198)
  • SHA2
    • SHA224 (RFC 3874) / HMAC-SHA224 (FIPS 198)
    • SHA256 (FIPS 180-2) / HMAC-SHA256 (FIPS 198)
    • SHA384 (FIPS 180-2) / HMAC-SHA384 (FIPS 198)
    • SHA512 (FIPS 180-2) / HMAC-SHA512 (FIPS 198)
    • SHA512/224 (FIPS 180-4) / HMAC-SHA512/224 (FIPS 198)
    • SHA512/256 (FIPS 180-4) / HMAC-SHA512/256 (FIPS 198)

As listed, HMAC can be added.

For performance reasons and preventing collisions, SHA1/HMAC-SHA1 and SHA256/HMAC-SHA256 are likely most used, as seen on PSvita.