sha1_hash | R Documentation |
Creates a SHA1 hash of data using either HMAC or RSA.
sha1_hash(key, string, method = "HMAC-SHA1")
key |
The key to create the hash with |
string |
data to securely hash |
method |
The method to use, either HMAC-SHA1 or RSA-SHA1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.