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.7)scrypt_0.1.5.zip(r-4.6)scrypt_0.1.5.zip(r-4.5)
scrypt_0.1.5.tgz(r-4.6-x86_64)scrypt_0.1.5.tgz(r-4.6-arm64)scrypt_0.1.5.tgz(r-4.5-x86_64)scrypt_0.1.5.tgz(r-4.5-arm64)
scrypt_0.1.5.tar.gz(r-4.7-arm64)scrypt_0.1.5.tar.gz(r-4.7-x86_64)scrypt_0.1.5.tar.gz(r-4.6-arm64)scrypt_0.1.5.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html
card.svg |card.png
scrypt/json (API)
NEWS

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

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

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

On CRAN:

Conda:

cpp

5.08 score 9 packages 15 scripts 3.0k downloads 3 exports 1 dependencies

Last updated from:f6ff715a8e. Checks:12 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK144
linux-devel-x86_64OK114
source / vignettesOK155
linux-release-arm64OK107
linux-release-x86_64OK118
macos-release-arm64OK189
macos-release-x86_64OK244
macos-oldrel-arm64OK181
macos-oldrel-x86_64OK215
windows-develOK108
windows-releaseOK104
windows-oldrelOK116
wasm-releaseFAIL93

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