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

Hash

Community Beginner ,
Apr 12, 2016 Apr 12, 2016

Copy link to clipboard

Copied

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?

Views

734

Translate

Translate

Report

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

Votes

Translate

Translate
Engaged ,
Apr 13, 2016 Apr 13, 2016

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

V/r,

^_^

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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,

^_^

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Iriis said the hash is wrong

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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
Documentation