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.3 |
| Depends: | R (≥ 3.0.0) |
| Imports: | Rcpp (≥ 0.10.6) |
| LinkingTo: | Rcpp |
| Published: | 2019-08-09 |
| 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 |
| Reference manual: | scrypt.pdf |
| Package source: | scrypt_0.1.3.tar.gz |
| Windows binaries: | r-devel: scrypt_0.1.3.zip, r-release: scrypt_0.1.3.zip, r-oldrel: scrypt_0.1.3.zip |
| macOS binaries: | r-release: scrypt_0.1.3.tgz, r-oldrel: scrypt_0.1.3.tgz |
| Old sources: | scrypt archive |
Please use the canonical form https://CRAN.R-project.org/package=scrypt to link to this page.