How to generate a keyed hash value using the HMAC method and shared secret key from string in PHP

1 Answer

0 votes
echo hash_hmac('ripemd160', 'secret key hash value with HMAC method', 'secret_key');


/*
run:

29d5f4b8f676d07350d7320b1240ec4a09b4f162

*/

 



answered Jun 27, 2016 by avibootz

Related questions

1 answer 203 views
203 views asked Aug 8, 2020 by avibootz
2 answers 248 views
1 answer 173 views
2 answers 181 views
181 views asked Oct 12, 2019 by avibootz
1 answer 193 views
...