Digests

From PS4 Developer wiki
Revision as of 07:18, 23 October 2023 by Derf (talk | contribs) (Derf moved page Digests2 to Digests without leaving a redirect: Corruption fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Generic[edit | edit source]

  • 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.