Authentication protocol Resembles OAuth process: * Client receives a Consumer Key/Secret pair * Constructs an authentication token with HMAC-SHA1 which is sent on each request. The Consumer Key and the Secret are comprised from ASCII uppercase & lowercase letters & digits This script can also be used as a command-line executable to generate key/secret pairs
| Variables: |
|
|---|
Returns a consumer key & secret pair.
Generate a random secret with a length of 16 characters.
Returns the secret for a consumer key.
Re-generate secret for a specific consumer key.
Test token using HMAC-SHA1.