Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Hash

Community Beginner ,
Apr 12, 2016 Apr 12, 2016

I'm doing hash for the global iris payment, need the sha1 hash,

coldfusion 9 has sha-1, I tried use this to do the hash, but they said the hash is wrong, I don't know what to do, can anyone help?

and how does the coldfusion do the hash, is there anyway I can see the sha-1 function code?

1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Apr 14, 2016 Apr 14, 2016

HI, just let everyone know that I have fixed the issue, the problem was need change the hashed results to lower case. this way will works with the global iris system

Translate
Engaged ,
Apr 13, 2016 Apr 13, 2016
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 13, 2016 Apr 13, 2016

my coldfusion server is 9, MAC-SHA1 is from 10

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 13, 2016 Apr 13, 2016

According to CF documentation, CF9 does support SHA-256 and SHA-384.

V/r,

^_^

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 13, 2016 Apr 13, 2016

Hi, woohoowu‌,

I dislike sounding trite, but your question is pretty vague.

I can tell you that SHA-1 is no longer very secure, and you should consider using something much stronger, like SHA-256 or SHA-384 (which CF9 does support).

Who said that the hash is wrong?  Iris?  Maybe they require something stronger than SHA-1.

HTH,

^_^

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 13, 2016 Apr 13, 2016

Iriis said the hash is wrong

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 14, 2016 Apr 14, 2016
LATEST

HI, just let everyone know that I have fixed the issue, the problem was need change the hashed results to lower case. this way will works with the global iris system

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources