Skip to content

Instantly share code, notes, and snippets.

@jgilfillan
Last active June 28, 2017 00:13
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 jgilfillan/739d350c273deccced76acf4aec92a32 to your computer and use it in GitHub Desktop.
Save jgilfillan/739d350c273deccced76acf4aec92a32 to your computer and use it in GitHub Desktop.
Hash functions in R
install.packages("openssl")
library("openssl")
sha256("string", "salt")
# [1] "239ad6643604e44320c7f1c99809432e00ff26f90bff04bed0612a618dd045b7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment