Find Jobs
Hire Freelancers

Complete my HMAC decryption in PHP -- 2

$10-30 USD

In Progress
Posted almost 9 years ago

$10-30 USD

Paid on delivery
We are looking for a PHP version of the google HMAC encrypt method described in this link [login to view URL] Our supplier deliverd some keys to test the algorytm. e_key = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa i_key = bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb data = qMgSYozqy_iTLthA_kqjsm_Y7PlGcHiO4UU9aw== I wrote a piece of code, but i can't find the answer why it is not working. Probably the php base64 encoding algorithm in PHP is not supporting RFC 3548. When the method is implemented correctly the result has to be a number with decimals. When i execute my method with the above data the output is gibberish. We’re looking for a work-around. Hereby our code //[login to view URL] function hmacEncrypt($price, $iv, $e_key, $i_key) { $pad = substr(hash_hmac('sha1', $iv, $e_key), 0, 8); $enc_price = $pad ^ $price; $signature = substr(hash_hmac('sha1', $price . $iv, $i_key), 0, 4); $final_message = base64_encode($iv . $enc_price . $signature); return $final_message; } function hmacDecrypt($final_message, $e_key, $i_key) { //$enc_price = base64_decode($final_message); $enc_price = base64_decode($final_message, 16); $iv = substr($enc_price, 0, 16); $signature = substr($enc_price, strlen($enc_price) - 4, 4); $p = substr($enc_price, 16, 8); $price_pad = substr(hash_hmac('sha1', $iv, $e_key), 0, 8); $price = $p ^ $price_pad; $conf_sig = substr(hash_hmac('sha1', $price . $iv, $i_key), 0, 4); return $price; if ($conf_sig === $signature) { return floatval($price); } } echo hmacDecrypt('qMgSYozqy_iTLthA_kqjsm_Y7PlGcHiO4UU9aw==', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb');
Project ID: 7784881

About the project

2 proposals
Remote project
Active 9 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Dear Sir, Thank you for giving me a chance to bid on your project. i am a serious bidder here and i have already worked on a similar project before and can deliver as u have mentioned I have checked your requirements.i have right skills to work on this assignment my award = superb result = happy client. In a good partnership, good results happen. Good cooking makes good eating!BWe consider our client as our partner. can u provide your email or sky-pe etc for further discussion about the project. I am ready to discuss with you with best Regards
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0
2 freelancers are bidding on average $25 USD for this job
User Avatar
A proposal has not yet been provided
$25 USD in 2 days
5.0 (24 reviews)
4.8
4.8

About the client

Flag of NETHERLANDS
Almere, Netherlands
0.0
0
Payment method verified
Member since Jun 2, 2015

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.