{
  "_id": "6a1f28e5b401979e73423c77",
  "Package": "keyringr",
  "Type": "Package",
  "Title": "Decrypt Passwords from Gnome Keyring, Windows Data Protection\nAPI and macOS Keychain",
  "Version": "0.4.0",
  "Author": "Josh Gilfillan",
  "Maintainer": "Josh Gilfillan <joshua.i.gilfillan+keyringr@gmail.com>",
  "Description": "Decrypts passwords stored in the Gnome Keyring, macOS\nKeychain and strings encrypted with the Windows Data Protection\nAPI.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "6.0.1",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 05:03:53 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2017-02-17 22:55:46 UTC",
  "RemoteUrl": "https://github.com/cran/keyringr",
  "RemoteRef": "HEAD",
  "RemoteSha": "641043b443353ff7121198339177b662cf365cc8",
  "MD5sum": "06e0f48ff8d81ab2be0f19f2619ee0e4",
  "_user": "cran",
  "_type": "src",
  "_file": "keyringr_0.4.0.tar.gz",
  "_fileid": "dce9cc35ea975a06a447cb198793242502019e5d97e59cb219c7d2fce5420b3d",
  "_filesize": 173432,
  "_sha256": "dce9cc35ea975a06a447cb198793242502019e5d97e59cb219c7d2fce5420b3d",
  "_created": "2026-05-16T05:03:53.000Z",
  "_published": "2026-06-02T19:03:01.740Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79149889796,
      "time": 110,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7030656996"
    },
    {
      "job": 79149889434,
      "time": 106,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030656536"
    },
    {
      "job": 79149889256,
      "time": 168,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030646258"
    },
    {
      "job": 79149888713,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367209005"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25953354660",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/keyringr",
  "_commit": {
    "id": "641043b443353ff7121198339177b662cf365cc8",
    "author": "Josh Gilfillan <joshua.i.gilfillan+keyringr@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.4.0\n",
    "time": 1487372146
  },
  "_maintainer": {
    "name": "Josh Gilfillan",
    "email": "joshua.i.gilfillan+keyringr@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 235,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/keyringr"
  },
  "_searchresults": 19,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/keyringr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-10-23"
    },
    {
      "version": "0.2.0",
      "date": "2016-10-27"
    },
    {
      "version": "0.3.0",
      "date": "2016-12-26"
    },
    {
      "version": "0.4.0",
      "date": "2017-02-17"
    }
  ],
  "_exports": [
    "decrypt_dpapi_pw",
    "decrypt_gk_pw",
    "decrypt_kc_pw",
    "get_kc_account"
  ],
  "_help": [
    {
      "page": "decrypt_dpapi_pw",
      "title": "Decrypt passwords encrypted with the Microsoft Data Protection API",
      "topics": [
        "decrypt_dpapi_pw"
      ]
    },
    {
      "page": "decrypt_gk_pw",
      "title": "Get a password from Gnome Keyring using secret-tool",
      "topics": [
        "decrypt_gk_pw"
      ]
    },
    {
      "page": "decrypt_kc_pw",
      "title": "Get a generic password from macOS Keychain using the 'security' cli",
      "topics": [
        "decrypt_kc_pw"
      ]
    },
    {
      "page": "get_kc_account",
      "title": "Get a account name from macOS Keychain using the 'security' cli",
      "topics": [
        "get_kc_account"
      ]
    }
  ],
  "_readme": "https://github.com/cran/keyringr/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "rlang",
    "stringi",
    "stringr",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "Avoiding_plain_text_passwords_in_R_with_keyringr.Rmd",
      "filename": "Avoiding_plain_text_passwords_in_R_with_keyringr.html",
      "title": "Avoiding plain text passwords in R with keyringr",
      "author": "Josh Gilfillan",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Windows",
        "macOS",
        "Linux"
      ],
      "created": "2016-12-26 09:34:27",
      "modified": "2017-02-17 22:55:46",
      "commits": 2
    }
  ],
  "_score": 2.9777236052888476,
  "_indexed": true,
  "_nocasepkg": "keyringr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-16T05:05:48.000Z",
      "distro": "noble",
      "commit": "641043b443353ff7121198339177b662cf365cc8",
      "fileid": "7c6cb9f7f4b7de53a0b6beeb9abaed7b86eaea4fc5d5cae17a7aadbbc8128965",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25953354660"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-16T05:05:43.000Z",
      "distro": "noble",
      "commit": "641043b443353ff7121198339177b662cf365cc8",
      "fileid": "7af501f4ab2574eb00ad9baed1d31c86dad30e338cf57ca7bbc2ccb35e5a4b8e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25953354660"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-02T19:02:44.000Z",
      "commit": "641043b443353ff7121198339177b662cf365cc8",
      "fileid": "35da35b493e883346c60160b824ad5b187810dd6218561bdc20b8898c0587ba2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25953354660"
    }
  ]
}