Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sha1_hash

SHA1 hash


Description

Creates a SHA1 hash of data using either HMAC or RSA.

Usage

sha1_hash(key, string, method = "HMAC-SHA1")

Arguments

key

The key to create the hash with

string

data to securely hash

method

The method to use, either HMAC-SHA1 or RSA-SHA1


httr

Tools for Working with URLs and HTTP

v1.4.2
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.