Skip to main content
Participant
May 29, 2009
Question

Hash() - SHA-512 clarification

  • May 29, 2009
  • 1 reply
  • 426 views

Does anyone know what algorithm is used in the SHA-512 option for the Hash function?

The CF docs state "SHA-512: Generates an 88-character string using the SHA-1 algorithm specified by FIPS-180-2."

http://livedocs.adobe.com/coldfusion/8/htmldocs/functions_h-im_01.html#1105551

I'm assuming this is a typo, since 256, 384, etc. all state that they use the corresponding algorithm... but can anyone say for sure?

Thanks!

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    May 30, 2009

    It's most definitely a typo because SHA-512 is part of the SHA2 family

    of hash functions.

    Mack