android6011 Posted April 14, 2008 Share Posted April 14, 2008 for hash_hmac() is it hash_hmac( 'sha256', ' my phrase to make things stronger', '$theplaintextpassword') or hash_hmac( 'sha256', '$theplaintextpassword', ' my phrase to make things stronger') Link to comment https://forums.phpfreaks.com/topic/100991-what-is-the-syntax/ Share on other sites More sharing options...
Psycho Posted April 14, 2008 Share Posted April 14, 2008 No offense, but is there some reason you couldn't check the manual? It'd sure be a lot quicker than posting on a forum. http://us.php.net/manual/en/function.hash-hmac.php Link to comment https://forums.phpfreaks.com/topic/100991-what-is-the-syntax/#findComment-516475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.