Skip to content

Instantly share code, notes, and snippets.

@cvergne
Created June 29, 2013 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cvergne/5891037 to your computer and use it in GitHub Desktop.
Save cvergne/5891037 to your computer and use it in GitHub Desktop.
Authentification à l'API Freebox OS en PHP
// Génération du mot de passe
$password = hash_hmac('sha1', $challenge, $app_token);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment