sdk-node icon indicating copy to clipboard operation
sdk-node copied to clipboard

MD5 hash End of Life

Open dlong500 opened this issue 5 years ago • 1 comments

Given the notices being sent out regarding the phase out of MD5 hashes being used with Authorize.net in favor of a SHA-512 hash via signature key, I'm unclear on if/how this affects the node SDK. There doesn't appear to be any documentation in this repository related to these issues. Can someone clarify?

dlong500 avatar Feb 28 '19 17:02 dlong500

Hi, As per the official announcements, transHash (which uses MD5 based hashing) will be deprecated and a new field transHashSHA2 (based on SHA-512 based hash utilizing a Signature Key) has been made available.

To perform verification on this field, we have provided a sample code for convenience.

Do let us know if you have any further questions on this.

gnongsie avatar Mar 06 '19 10:03 gnongsie

TCS-Dev saikumarkale- didn't get any response from the customer

saikumarkale avatar Sep 30 '24 13:09 saikumarkale