Package: scrypt 0.1.5

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.

Authors:Bob Jansen [ctb, cre], Andy Kipp [aut], Colin Percival [aut, cph], RStudio [cph]

scrypt_0.1.5.tar.gz
scrypt_0.1.5.zip(r-4.5)scrypt_0.1.5.zip(r-4.4)scrypt_0.1.5.zip(r-4.3)
scrypt_0.1.5.tgz(r-4.4-x86_64)scrypt_0.1.5.tgz(r-4.4-arm64)scrypt_0.1.5.tgz(r-4.3-x86_64)scrypt_0.1.5.tgz(r-4.3-arm64)
scrypt_0.1.5.tar.gz(r-4.5-noble)scrypt_0.1.5.tar.gz(r-4.4-noble)
scrypt.pdf |scrypt.html
scrypt/json (API)
NEWS

# Install 'scrypt' in R:
install.packages('scrypt', repos = c('https://bobjansen.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/bobjansen/rscrypt/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

3 exports 1.94 score 1 dependencies 5 dependents 5 scripts 1.7k downloads

Last updated 2 years agofrom:f6ff715a8e. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 03 2024
R-4.5-win-x86_64OKSep 03 2024
R-4.5-linux-x86_64OKSep 03 2024
R-4.4-win-x86_64OKSep 03 2024
R-4.4-mac-x86_64OKSep 03 2024
R-4.4-mac-aarch64OKSep 03 2024
R-4.3-win-x86_64OKSep 03 2024
R-4.3-mac-x86_64OKSep 03 2024
R-4.3-mac-aarch64OKSep 03 2024

Exports:hashPasswordscryptverifyPassword

Dependencies:Rcpp

Readme and manuals

Help Manual

Help pageTopics
scrypt key derivation functions for Rscrypt-package rscrypt scrypt
Hash a passwordhashPassword
Verify a hashed passwordverifyPassword