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.6
Depends: R (≥ 3.0.0)
Imports: Rcpp (≥ 0.10.6)
LinkingTo: Rcpp
Published: 2023-01-29
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/bobjansen/rscrypt
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: scrypt results

Documentation:

Reference manual: scrypt.pdf

Downloads:

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

Reverse dependencies:

Reverse imports: scRNAseqApp, shiny.reglog, shinydbauth, shinymanager

Linking:

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