rstudio/rscrypt: Key Derivation Functions for R Based on Scrypt

Functions for working with the scrypt key derivation functions originally described by Colin Percival <https://www.tarsnap.com/scrypt/scrypt.pdf> and in Percival and Josefsson (2016) <doi:10.17487/RFC7914>. Scrypt is a password-based key derivation function created by Colin Percival. The algorithm was specifically designed to make it costly to perform large-scale custom hardware attacks by requiring large amounts of memory.

Getting started

Package details

MaintainerBob Jansen <bobjansen@gmail.com>
LicenseFreeBSD
Version0.1.4
URL https://github.com/rstudio/rscrypt
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rstudio/rscrypt")
rstudio/rscrypt documentation built on April 22, 2022, 1:25 p.m.