×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On Wed, Dec 30, 2015 at 10:09 AM, Jack Tucky <jacktucky@xxxxxxxxx> wrote:
In my first post i stated that I was using the Qc3CalculateHash and the the
sample code was using the PHP HMAC-MD5
You are right, sorry I missed the HMAC part. It was this:
<quote>
Here is their sample code
HMAC-MD5(transaction-key, "x_login^x_fp_sequence^x_fp_
timestamp^x_amount^x_currency_code")
</quote>
I don't believe HMAC-MD5 is an actual (built-in) function in PHP or
any other programming language, though. It's more of a math or
computer science term that refers to one method of generating a secure
hash. You even later said the real PHP function was hash_hmac.
Still, it's on me that I didn't notice that in your original post.
John Y.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.