import * as dotp from "https://deno.land/x/dotp@v0.0.1/src/secret_key.ts";
Functions
This function wraps the WebCrypto API to generate a key useful for signing HMAC SHA-1 mesages. | |
Create a secret key from a | |
Encode a string | |
At times, we may have to show the actual secret key used to sign our authenticated message. |