-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorize.net to upgrade md5 to sha256 #3114
Comments
Link to Article detailing the end of life/support for MD5 Hash and it's replacement option: Link to Upgrade Guide |
You know, just searching the repository: https://github.com/activemerchant/active_merchant/search?q=transHash&unscoped_q=transHash It looks to me like transHash isn't used as part of authorize.net's implementation in ActiveMerchant. It only looks like it's referenced as part of the response in a test file. Can anyone else confirm? I think the real question is: Is your code using the returned transHash value to save or reference any transactions. Can anyone else chime in if that's right? |
HI every one, I've checked the source code at the current master and some other tags and at any moment the transaction is validated. Also @seebq please note that in master there's a In previous tags, the method was named Hope this helps someone and also I wish if someone who had worked on the gem could provide some kind of confirmation here. Thanks! |
Any updates on this? From reading the Authorize.net docs, it seems to me that the MD5 hash is only used in verifying the API response, but it seems to be implemented in the Authorize.net CIM Gateway (line 927, cc: @DavidStoltzfus |
2022 and no updates yet? I guess by now MD5 is no longer a concern 😅 |
Marking this "of interest" before a cleanup of stale issues |
Hi,
i just received an email that authorize.net that it will upgrade from md5 to a SHA-256 trans hash by month end.
Will this gem get updated for that ?
Thanks
The text was updated successfully, but these errors were encountered: