{
  "_id": "6a1ed312b401979e7340dfa6",
  "Package": "scrypt",
  "Type": "Package",
  "Title": "Key Derivation Functions for R Based on Scrypt",
  "Version": "0.1.5",
  "Authors@R": "c(\nperson(\"Bob\", \"Jansen\", email = \"bobjansen@gmail.com\", role = c(\"ctb\", \"cre\")),\nperson(\"Andy\", \"Kipp\", email = \"andy@rstudio.com\", role = c(\"aut\")),\nperson(\"Colin\", \"Percival\", role = c(\"aut\", \"cph\")),\nperson(family = \"RStudio\", role = \"cph\")\n)",
  "Copyright": "RStudio, Inc.; Colin Percival",
  "Maintainer": "Bob Jansen <bobjansen@gmail.com>",
  "Description": "Functions for working with the scrypt key derivation\nfunctions originally described by Colin Percival\n<https://www.tarsnap.com/scrypt/scrypt.pdf> and in Percival and\nJosefsson (2016) <doi:10.17487/RFC7914>. Scrypt is a\npassword-based key derivation function created by Colin\nPercival. The algorithm was specifically designed to make it\ncostly to perform large-scale custom hardware attacks by\nrequiring large amounts of memory.",
  "License": "FreeBSD",
  "URL": "https://github.com/bobjansen/rscrypt",
  "Repository": "https://bobjansen.r-universe.dev",
  "Date/Publication": "2023-01-17 07:08:37 UTC",
  "RemoteUrl": "https://github.com/bobjansen/rscrypt",
  "RemoteRef": "HEAD",
  "RemoteSha": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-21 09:27:41 UTC",
    "User": "root"
  },
  "Author": "Bob Jansen [ctb, cre],\nAndy Kipp [aut],\nColin Percival [aut, cph],\nRStudio [cph]",
  "MD5sum": "61a34ad9d1e1e3b4ee2feacb915ff8f1",
  "_user": "bobjansen",
  "_type": "src",
  "_file": "scrypt_0.1.5.tar.gz",
  "_fileid": "7f1606a2e5844e1e69ad8b2c08591e87a7b8e8d4df414ac818b4d4653cb94675",
  "_filesize": 201588,
  "_sha256": "7f1606a2e5844e1e69ad8b2c08591e87a7b8e8d4df414ac818b4d4653cb94675",
  "_created": "2026-05-21T09:27:41.000Z",
  "_published": "2026-06-02T12:56:50.056Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79075507562,
      "time": 144,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132168706"
    },
    {
      "job": 79075507522,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132158663"
    },
    {
      "job": 79075507873,
      "time": 107,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132155986"
    },
    {
      "job": 79075508494,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132160124"
    },
    {
      "job": 79075508506,
      "time": 181,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132170057"
    },
    {
      "job": 79075507530,
      "time": 215,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132189503"
    },
    {
      "job": 79075507571,
      "time": 189,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132174387"
    },
    {
      "job": 79075508550,
      "time": 244,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132198446"
    },
    {
      "job": 79075507117,
      "time": 155,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132116838"
    },
    {
      "job": 79075507076,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 79075507532,
      "time": 108,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132156625"
    },
    {
      "job": 79075508622,
      "time": 116,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132159233"
    },
    {
      "job": 79075507623,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132155352"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bobjansen/rscrypt",
  "_commit": {
    "id": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
    "author": "Bob Jansen <bobjansen@gmail.com>",
    "committer": "Bob Jansen <bobjansen@gmail.com>",
    "message": "Update NEWS\n",
    "time": 1673939317
  },
  "_maintainer": {
    "name": "Bob Jansen",
    "email": "bobjansen@gmail.com",
    "login": "bobjansen",
    "description": "",
    "uuid": 311522
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.10.6",
      "role": "Imports"
    }
  ],
  "_owner": "bobjansen",
  "_selfowned": true,
  "_usedby": 9,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "kippandrew",
      "count": 63,
      "uuid": 395128
    },
    {
      "user": "bobjansen",
      "count": 17,
      "uuid": 311522
    },
    {
      "user": "kevinushey",
      "count": 2,
      "uuid": 1976582
    }
  ],
  "_userbio": {
    "uuid": 311522,
    "type": "user",
    "name": "Bob Jansen"
  },
  "_downloads": {
    "count": 2982,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/scrypt"
  },
  "_devurl": "https://github.com/bobjansen/rscrypt",
  "_searchresults": 15,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/scrypt.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bobjansen/rscrypt",
  "_realowner": "bobjansen",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2014-02-25"
    },
    {
      "version": "0.1.1",
      "date": "2016-10-25"
    },
    {
      "version": "0.1.3",
      "date": "2019-08-09"
    },
    {
      "version": "0.1.4",
      "date": "2022-04-19"
    },
    {
      "version": "0.1.5",
      "date": "2023-01-17"
    },
    {
      "version": "0.1.6",
      "date": "2023-01-29"
    }
  ],
  "_exports": [
    "hashPassword",
    "scrypt",
    "verifyPassword"
  ],
  "_help": [
    {
      "page": "scrypt-package",
      "title": "scrypt key derivation functions for R",
      "topics": [
        "scrypt-package",
        "rscrypt",
        "scrypt"
      ]
    },
    {
      "page": "hashPassword",
      "title": "Hash a password",
      "topics": [
        "hashPassword"
      ]
    },
    {
      "page": "verifyPassword",
      "title": "Verify a hashed password",
      "topics": [
        "verifyPassword"
      ]
    }
  ],
  "_readme": "https://github.com/bobjansen/rscrypt/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 5.0819626623316445,
  "_indexed": true,
  "_nocasepkg": "scrypt",
  "_universes": [
    "bobjansen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-21T09:30:10.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "6f5c395c82b33c2b7a3755a5013c5e36eee950a0eccfd9d35ae8b09cd243ecd6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-21T09:29:37.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "0d6234cbcc810264e74e8b07f007b61e7ffcb8fc423c50a8eacff91efd6e26d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-21T09:29:32.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "56b3d1c00fa157a5ca1e312b3c6485f48af448f770480740c3c6c06c592650b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-21T09:29:39.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "7a3dc48f86b3f00b88a3836290165340cbe9f1fbff1cacac01a1cde134aab5a7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-21T09:30:10.000Z",
      "arch": "aarch64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "566862d08925774f38c0bfdb03a98d8eac3e291209d225bf31653c8bd1975987",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-21T09:30:54.000Z",
      "arch": "x86_64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "ea3371042473fe37a637f0d3f7b06d4b7771c5e6ce2bb05388a2508512022228",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-21T09:30:11.000Z",
      "arch": "aarch64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "9a3b7063d3cd8bb93e67fbfec1e502aa03f3e3af2c5b0b662c173862316437cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-21T09:31:06.000Z",
      "arch": "x86_64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "2943833670455a40976b26a0b9703a76c8a8b02d7ce90a73964cb7263312284c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-21T09:28:58.000Z",
      "arch": "x86_64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "2b52da398067ce522ab75dae4305d856b2240b4e0ad7e6beee0d6516a1468921",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-21T09:29:02.000Z",
      "arch": "x86_64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "2b497b8a6f4e6e0d30c8a484356bfe81f92f0a3e6542da5f9f00273582c4a9bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-21T09:29:03.000Z",
      "arch": "x86_64",
      "commit": "f6ff715a8eb16f5d28252dcaf09757bffb01b8bd",
      "fileid": "0ff89e1c52537daf71723bc20ce9245cdf32b7dbc861180ac9533441dbd90908",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bobjansen/actions/runs/26217453183"
    }
  ]
}