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:
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
Last updated from:f6ff715a8e. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 144 | ||
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 155 | ||
| linux-release-arm64 | OK | 107 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 189 | ||
| macos-release-x86_64 | OK | 244 | ||
| macos-oldrel-arm64 | OK | 181 | ||
| macos-oldrel-x86_64 | OK | 215 | ||
| windows-devel | OK | 108 | ||
| windows-release | OK | 104 | ||
| windows-oldrel | OK | 116 | ||
| wasm-release | FAIL | 93 |
Exports:hashPasswordscryptverifyPassword
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| scrypt key derivation functions for R | scrypt-package rscrypt scrypt |
| Hash a password | hashPassword |
| Verify a hashed password | verifyPassword |
