<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can anyone refer me to developer for MD5Hash update? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66708#M40219</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28895"&gt;@govirtual1&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can refer you to myself. Send me a PM. Click on my name and it will let you send me a message. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 00:20:24 GMT</pubDate>
    <dc:creator>Renaissance</dc:creator>
    <dc:date>2019-03-04T00:20:24Z</dc:date>
    <item>
      <title>Can anyone refer me to developer for MD5Hash update?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66695#M40206</link>
      <description>&lt;P&gt;I am in quandary as do not have developer. I am using the SIM method and MDHash5 want to upgrade to the accepted host and signature key but not sure how to do. My site is built on php/mysql. If I cannot find someone I am going to have to disable the Authorize.net payment option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if will let me post email here or can reply or message me please. Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 20:11:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66695#M40206</guid>
      <dc:creator>govirtual1</dc:creator>
      <dc:date>2019-03-03T20:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone refer me to developer for MD5Hash update?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66708#M40219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28895"&gt;@govirtual1&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can refer you to myself. Send me a PM. Click on my name and it will let you send me a message. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 00:20:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66708#M40219</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-03-04T00:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone refer me to developer for MD5Hash update?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66832#M40337</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/26959"&gt;@Renaissance&lt;/a&gt;You are the best! You were the only one who was able to help me update the Hash to Signature key with my website. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 18:50:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66832#M40337</guid>
      <dc:creator>govirtual1</dc:creator>
      <dc:date>2019-03-08T18:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone refer me to developer for MD5Hash update?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66949#M40441</link>
      <description>&lt;P&gt;I have this procedural code that has been working fine for years. Its simple, straight forward and works.&amp;nbsp; Now with the migration to HSA512 I wonder how I can upgrade, or if I need to.&amp;nbsp; I tried to test it in a sandbox but sandboxes do not generate asignature key.&amp;nbsp; Well here is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function authorize_cc ($cc,$exp,$cvv,$amount,$first_name,$last_name,$login='',$tranKey='',$signatureKey=''){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$post_string = 'x_login=' . $login;&lt;BR /&gt;$post_string .= '&amp;amp;x_tran_key=' . $tranKey;&lt;BR /&gt;$post_string .= '&amp;amp;x_delim_data=TRUE';&lt;BR /&gt;$post_string .= '&amp;amp;x_url=FALSE';&lt;BR /&gt;$post_string .= '&amp;amp;x_type=AUTH_CAPTURE';&lt;BR /&gt;$post_string .= '&amp;amp;x_method=CC';&lt;BR /&gt;$post_string .= '&amp;amp;x_relay_response=FALSE';&lt;BR /&gt;$post_string .= '&amp;amp;x_card_num=' . $cc;&lt;BR /&gt;$post_string .= '&amp;amp;x_exp_date=' . $exp;&lt;BR /&gt;$post_string .= '&amp;amp;x_amount=' . $amount;&lt;BR /&gt;$post_string .= '&amp;amp;x_address=';&lt;BR /&gt;$post_string .= '&amp;amp;x_zip=';&lt;BR /&gt;$post_string .= '&amp;amp;x_card_code=' . $cvv;&lt;BR /&gt;$post_string .= '&amp;amp;x_name=' . $first_name . ' ' . $last_name;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//# New SHA512 hash&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ($signatureKey != '') {&lt;BR /&gt;$textToHash="^". $login."^". $tranKey ."^". $amount."^";&lt;BR /&gt;$sig = hash_hmac('sha512', $textToHash, hex2bin($signatureKey));&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;//# Now what do we do with $sig? Do we include the rest of the fields in the hash?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$test_url = '&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;';&lt;BR /&gt;$production_url = '&lt;A href="https://secure2.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure2.authorize.net/gateway/transact.dll&lt;/A&gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$curl_request = curl_init( $test_url );&lt;/P&gt;&lt;P&gt;curl_setopt( $curl_request, CURLOPT_POSTFIELDS, $post_string );&lt;BR /&gt;curl_setopt( $curl_request, CURLOPT_HEADER, 0 );&lt;BR /&gt;curl_setopt( $curl_request, CURLOPT_TIMEOUT, 45 );&lt;BR /&gt;curl_setopt( $curl_request, CURLOPT_RETURNTRANSFER, 1 );&lt;BR /&gt;curl_setopt( $curl_request, CURLOPT_SSL_VERIFYHOST, 2 );&lt;BR /&gt;curl_setopt( $curl_request, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2 );&lt;BR /&gt;curl_setopt( $curl_request, CURLOPT_SSL_VERIFYPEER, false );&lt;/P&gt;&lt;P&gt;$response = curl_exec( $curl_request );&lt;/P&gt;&lt;P&gt;curl_close( $curl_request );&lt;/P&gt;&lt;P&gt;$results = explode(',',$response);&lt;/P&gt;&lt;P&gt;return $results;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone give some point on what to do next?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 01:33:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66949#M40441</guid>
      <dc:creator>Villawinery</dc:creator>
      <dc:date>2019-03-15T01:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone refer me to developer for MD5Hash update?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66989#M40479</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/29163"&gt;@Villawinery&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're using the wrong string in your fingerprint. More pressing than the fingerprint is the validation of the response. You will need to implement a sha512 response validation or you will have to disable response validation completely once the md5 is gone.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 20:00:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66989#M40479</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-03-16T20:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone refer me to developer for MD5Hash update?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66992#M40481</link>
      <description>&lt;P&gt;That is my question.&amp;nbsp; How can I implement SHA512 in my routine?&amp;nbsp; I am using a sand box to test it but the sand box does not gives you a way to generate a key, the only thing you get is the id and the transaction id. I have gone through the SDK, which is very cumbersome to follow, and I have not been able to pinpoint where SHA512 is used to connect through CURD.&amp;nbsp; My function works well in production and also with the sandbox.&amp;nbsp; All I need if a way to authorize credit cards and capture the transaction.&amp;nbsp; I wish Authorize.net would give you points without refereing you to a cumbersome SDK.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 14:53:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66992#M40481</guid>
      <dc:creator>Villawinery</dc:creator>
      <dc:date>2019-03-17T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone refer me to developer for MD5Hash update?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66993#M40482</link>
      <description>You can generate a signature key in the sandbox. Just go to your API credentials page and select “generate a new signature key”. That’s the first thing you need. The signature key is not something that is unique to each transaction. It is a credential that is tied to you and only changes when you cancel it and get a new one. It is similar to a transaction key in that way.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Working-php-hash-verification/m-p/65774#M39390" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Working-php-hash-verification/m-p/65774#M39390&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Message 58 in that post has 100% tested and working code for SIM/DPM. Go generate a signature key. Copy and paste in that code. There is a fingerprint piece and a separate response verification piece. The code has comments for where each piece is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Mar 2019 15:17:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/66993#M40482</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-03-17T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone refer me to developer for MD5Hash update?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/94839#M58635</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/" target="_self"&gt;Braum’s menu&lt;/A&gt; offers a delicious selection of fresh breakfast items, juicy burgers, crispy chicken, healthy salads, combo meals, and premium ice cream made with farm-fresh dairy. Known for quality ingredients and classic flavors, Braum’s menu is a favorite choice for customers seeking tasty, affordable meals and signature frozen treats across the United States.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jan 2026 10:22:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-anyone-refer-me-to-developer-for-MD5Hash-update/m-p/94839#M58635</guid>
      <dc:creator>Jaspersa</dc:creator>
      <dc:date>2026-01-09T10:22:09Z</dc:date>
    </item>
  </channel>
</rss>

