Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created June 24, 2014 13:00
Show Gist options
  • Save tbarbugli/92a57de047d3f74118da to your computer and use it in GitHub Desktop.
Save tbarbugli/92a57de047d3f74118da to your computer and use it in GitHub Desktop.
$digest = hash_hmac('sha1', $feed_id, sha1($key, true), true);;
return trim(strtr(base64_encode($value), '+/', '-_'), '=');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment