Package: scrypt Type: Package Title: Key Derivation Functions for R Based on Scrypt Version: 0.1.4 Authors@R: c( person("Bob", "Jansen", email = "bobjansen@gmail.com", role = c("ctb", "cre")), person("Andy", "Kipp", email = "andy@rstudio.com", role = c("aut")), person("Colin", "Percival", role = c("aut", "cph")), person(family = "RStudio", role = "cph") ) Copyright: RStudio, Inc.; Colin Percival Maintainer: Bob Jansen Description: Functions for working with the scrypt key derivation functions originally described by Colin Percival and in Percival and Josefsson (2016) . 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. License: FreeBSD Depends: R (>= 3.0.0) URL: https://github.com/rstudio/rscrypt Imports: Rcpp (>= 0.10.6) LinkingTo: Rcpp NeedsCompilation: yes Packaged: 2022-04-16 07:42:51 UTC; brj Author: Bob Jansen [ctb, cre], Andy Kipp [aut], Colin Percival [aut, cph], RStudio [cph] Repository: CRAN Date/Publication: 2022-04-19 11:30:02 UTC Built: R 4.2.1; x86_64-pc-linux-gnu; 2022-09-12 12:54:29 UTC; unix