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 |
DOI: | 10.32614/CRAN.package.scrypt |
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 |
Reference manual: | scrypt.pdf |
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, r-oldrel (x86_64): scrypt_0.1.6.tgz |
Old sources: | scrypt archive |
Reverse imports: | scRNAseqApp, shiny.reglog, shinydbauth, shinymanager |
Please use the canonical form https://CRAN.R-project.org/package=scrypt to link to this page.