scrypt: 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.

Version: 0.1.4
Depends: R (≥ 3.0.0)
Imports: Rcpp (≥ 0.10.6)
LinkingTo: Rcpp
Published: 2022-04-19
Author: Bob Jansen [ctb, cre], Andy Kipp [aut], Colin Percival [aut, cph], RStudio [cph]
Maintainer: Bob Jansen <bobjansen at gmail.com>
License: FreeBSD
Copyright: RStudio, Inc.; Colin Percival
URL: https://github.com/rstudio/rscrypt
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: scrypt results

Documentation:

Reference manual: scrypt.pdf

Downloads:

Package source: scrypt_0.1.4.tar.gz
Windows binaries: r-devel: scrypt_0.1.4.zip, r-release: scrypt_0.1.4.zip, r-oldrel: scrypt_0.1.4.zip
macOS binaries: r-release (arm64): scrypt_0.1.3.tgz, r-oldrel (arm64): scrypt_0.1.4.tgz, r-release (x86_64): not available, r-oldrel (x86_64): scrypt_0.1.4.tgz
Old sources: scrypt archive

Reverse dependencies:

Reverse imports: shiny.reglog, shinymanager

Linking:

Please use the canonical form https://CRAN.R-project.org/package=scrypt to link to this page.