<?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: ColdFusion AIM integration: upgrading from MD5 to SHA512? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/79421#M49966</link>
    <description>&lt;OL&gt;
&lt;LI&gt;Copy old users table into new design and hash the current MD5 into SHA-512. Then when users login I'll hash their input first as MD5 and then as SHA-512. Kinda Rube Goldberg but it doesn't bother my users at all&lt;/LI&gt;
&lt;LI&gt;Force all users to reset their password, checking the old password using MD5, but storing the new password as SHA-512.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sun, 26 Jun 2022 19:48:19 GMT</pubDate>
    <dc:creator>ian22daniel</dc:creator>
    <dc:date>2022-06-26T19:48:19Z</dc:date>
    <item>
      <title>ColdFusion AIM integration: upgrading from MD5 to SHA512?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/72408#M44724</link>
      <description>&lt;P&gt;Have an existing, working AIM integration program written in ColdFusion, but currently uses MD5 hash. Am having a hard time finding much in the way of sample ColdFusion code on the site to help in the migration to the SHA512 hash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've gone in the Sandbox and generated a Signature Key. Do I use that in any of the x_* fields I send TO authorize.net? I thought that it was to go in the x_trans_key field instead of the old Transaction Key. If I test using the original transaction Key in x_trans_key it works. If I do nothing more than put the new Signature Key into the x_trans_key field it says invalid login or password or transaction. I'm not getting any farther than that so not even to the part where I string together the Signature Key field and other 2 and convert it to the new hash.&amp;nbsp; Is the Signature Key ONLY for converting to the hash (with the other 2 fields) once I get the api response back and not needed anywhere in the data sent to them?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2020 12:00:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/72408#M44724</guid>
      <dc:creator>SilasParkar</dc:creator>
      <dc:date>2020-07-04T12:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: ColdFusion AIM integration: upgrading from MD5 to SHA512?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/72469#M44763</link>
      <description>&lt;P&gt;Did you get this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can view my API example (first call example).&amp;nbsp; AIM uses the same fields for the hash.&amp;nbsp; Just put in the correct AIM fields.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;upgrade to API using my CFC :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kabutotx/AuthNetToolsAPI/blob/master/examples/AuthTestSimple.cfm" target="_self"&gt;https://github.com/kabutotx/AuthNetToolsAPI/blob/master/examples/AuthTestSimple.cfm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 02:07:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/72469#M44763</guid>
      <dc:creator>kabutotx</dc:creator>
      <dc:date>2020-07-10T02:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: ColdFusion AIM integration: upgrading from MD5 to SHA512?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/72632#M44877</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18439"&gt;@kabutotx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Did you get this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can view my API example (first call example).&amp;nbsp; AIM uses the same fields for the hash.&amp;nbsp; Just put in the correct AIM fields.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;upgrade to API using my CFC :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kabutotx/AuthNetToolsAPI/blob/master/examples/AuthTestSimple.cfm" target="_self"&gt;https://github.com/kabutotx/AuthNetToolsAPI/blob/master/examples/AuthTestSimple.cfm&lt;/A&gt;&amp;nbsp;&lt;FONT color="#FFFFFF"&gt;&lt;A href="https://8ball-pool.io" target="_self"&gt;8 ball pool&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the information. It really helped me!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:17:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/72632#M44877</guid>
      <dc:creator>sonyabrady</dc:creator>
      <dc:date>2020-07-27T09:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: ColdFusion AIM integration: upgrading from MD5 to SHA512?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/79026#M49685</link>
      <description>&lt;P&gt;Did you get this?&lt;/P&gt;&lt;P&gt;You can see my API model (first call model). Point &lt;A href="https://www.sydneyfoodco.com/collections/all" target="_self"&gt;&lt;FONT color="#000000"&gt;utilizes&lt;/FONT&gt;&lt;/A&gt; similar fields for the hash. Just put in the right AIM fields.&lt;/P&gt;&lt;P&gt;or on the other hand&lt;/P&gt;&lt;P&gt;move up to API utilizing my CFC :)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 07:22:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/79026#M49685</guid>
      <dc:creator>mipahon356</dc:creator>
      <dc:date>2021-10-06T07:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: ColdFusion AIM integration: upgrading from MD5 to SHA512?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/79421#M49966</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Copy old users table into new design and hash the current MD5 into SHA-512. Then when users login I'll hash their input first as MD5 and then as SHA-512. Kinda Rube Goldberg but it doesn't bother my users at all&lt;/LI&gt;
&lt;LI&gt;Force all users to reset their password, checking the old password using MD5, but storing the new password as SHA-512.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 26 Jun 2022 19:48:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/79421#M49966</guid>
      <dc:creator>ian22daniel</dc:creator>
      <dc:date>2022-06-26T19:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: ColdFusion AIM integration: upgrading from MD5 to SHA512?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/79681#M50158</link>
      <description>&lt;P&gt;Duplicate old clients table into new plan and hash the current MD5 into SHA-512. Then, at that point, when clients login I'll hash their feedback first as MD5 and afterward as SHA-512. Somewhat Rube Goldberg yet it doesn't &lt;A href="https://echirobilling.com/our-services/" target="_self"&gt;&lt;FONT color="#000000"&gt;trouble&lt;/FONT&gt;&lt;/A&gt; my clients by any stretch of the imagination&lt;/P&gt;&lt;P&gt;Power all clients to reset their secret word, checking the old secret phrase utilizing MD5, yet putting away the new secret phrase as SHA-512.&lt;/P&gt;&lt;P&gt;I trust this will help you in the event that it help you out, wear shoes and begin playing ball since I love individuals to encourgae about b-ball.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2021 08:52:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ColdFusion-AIM-integration-upgrading-from-MD5-to-SHA512/m-p/79681#M50158</guid>
      <dc:creator>jihem43289</dc:creator>
      <dc:date>2021-11-06T08:52:56Z</dc:date>
    </item>
  </channel>
</rss>

