{
  "_id": "6a44cf476ff6f2357551bb5c",
  "Package": "cyphr",
  "Title": "High Level Encryption Wrappers",
  "Version": "1.1.7",
  "Authors@R": "c(person(\"Rich\", \"FitzJohn\", role = c(\"aut\", \"cre\"),\nemail = \"rich.fitzjohn@gmail.com\"),\nperson(\"Jai\", \"Ranganathan\", role = \"ctb\"))",
  "Description": "Encryption wrappers, using low-level support from 'sodium'\nand 'openssl'.  'cyphr' tries to smooth over some pain points\nwhen using encryption within applications and data analysis by\nwrapping around differences in function names and arguments in\ndifferent encryption providing packages.  It also provides\nhigh-level wrappers for input/output functions for seamlessly\nadding encryption to existing analyses.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/ropensci/cyphr,\nhttps://docs.ropensci.org/cyphr/",
  "BugReports": "https://github.com/ropensci/cyphr/issues",
  "RoxygenNote": "7.2.3",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "rmarkdown, knitr",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libsodium-dev libssl-dev",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2025-02-07 10:13:36 UTC",
  "RemoteUrl": "https://github.com/ropensci/cyphr",
  "RemoteRef": "master",
  "RemoteSha": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-01 08:17:06 UTC",
    "User": "root"
  },
  "Author": "Rich FitzJohn [aut, cre],\nJai Ranganathan [ctb]",
  "Maintainer": "Rich FitzJohn <rich.fitzjohn@gmail.com>",
  "_user": "ropensci",
  "_type": "src",
  "_file": "cyphr_1.1.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/d7321828e850cdd8e3dd0d5b58bea87a9379aa24eda7d3ca1043c440b4ebaea5",
  "_filesize": 1048288,
  "_sha256": "d7321828e850cdd8e3dd0d5b58bea87a9379aa24eda7d3ca1043c440b4ebaea5",
  "_expires": "2026-10-09T08:26:47.000Z",
  "_created": "2026-07-01T08:17:06.000Z",
  "_published": "2026-07-01T08:26:47.802Z",
  "_jobs": [
    {
      "job": 84486552142,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004114288"
    },
    {
      "job": 84486552176,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004111935"
    },
    {
      "job": 84486552117,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004239653"
    },
    {
      "job": 84486552123,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004233335"
    },
    {
      "job": 84485995140,
      "time": 155,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004034299"
    },
    {
      "job": 84485995144,
      "time": 186,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004045576"
    },
    {
      "job": 84486552107,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004107942"
    },
    {
      "job": 84486552113,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004094214"
    },
    {
      "job": 84486552109,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004091734"
    },
    {
      "job": 84486552149,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004102137"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591",
  "_status": "success",
  "_upstream": "https://github.com/ropensci/cyphr",
  "_commit": {
    "id": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
    "author": "Rich FitzJohn <r.fitzjohn@imperial.ac.uk>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #60 from ropensci/reside-383\n\nFix lint",
    "time": 1738923216
  },
  "_maintainer": {
    "name": "Rich FitzJohn",
    "email": "rich.fitzjohn@gmail.com",
    "login": "richfitz",
    "mastodon": "@richfitz@fosstodon.org",
    "description": "",
    "uuid": 1558093
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "getPass",
      "role": "Imports"
    },
    {
      "package": "openssl",
      "version": ">= 0.9.9",
      "role": "Imports"
    },
    {
      "package": "sodium",
      "version": ">= 1.2.1",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "ropensci",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "encryption",
    "openssl",
    "peer-reviewed",
    "sodium"
  ],
  "_stars": 97,
  "_contributors": [
    {
      "user": "richfitz",
      "count": 175,
      "uuid": 1558093
    },
    {
      "user": "r-ash",
      "count": 7,
      "uuid": 39248272
    },
    {
      "user": "maelle",
      "count": 4,
      "uuid": 8360597
    },
    {
      "user": "superjai",
      "count": 4,
      "uuid": 1744300
    },
    {
      "user": "weshinsley",
      "count": 2,
      "uuid": 9009312
    },
    {
      "user": "jeroen",
      "count": 1,
      "uuid": 216319
    },
    {
      "user": "nbanion-gh",
      "count": 1,
      "uuid": 91757353
    },
    {
      "user": "hrbrmstr",
      "count": 1,
      "uuid": 509878
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "followers": 1106,
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 778,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cyphr"
  },
  "_devurl": "https://github.com/ropensci/cyphr",
  "_pkgdown": "https://docs.ropensci.org/cyphr",
  "_searchresults": 62,
  "_metadata": {
    "review": {
      "id": 114,
      "status": "reviewed",
      "version": "0.1.0",
      "organization": "rOpenSci Software Review",
      "url": "https://github.com/ropensci/software-review/issues/114"
    },
    "ropensci_category": "security"
  },
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/cyphr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ropensci/cyphr",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2019-03-23"
    },
    {
      "version": "1.0.2",
      "date": "2020-01-14"
    },
    {
      "version": "1.0.3",
      "date": "2020-03-02"
    },
    {
      "version": "1.1.0",
      "date": "2020-03-09"
    },
    {
      "version": "1.1.2",
      "date": "2021-05-17"
    },
    {
      "version": "1.1.4",
      "date": "2022-06-20"
    },
    {
      "version": "1.1.7",
      "date": "2025-02-07"
    }
  ],
  "_exports": [
    "data_admin_authorise",
    "data_admin_init",
    "data_admin_list_keys",
    "data_admin_list_requests",
    "data_key",
    "data_request_access",
    "decrypt",
    "decrypt_",
    "decrypt_data",
    "decrypt_file",
    "decrypt_object",
    "decrypt_string",
    "encrypt",
    "encrypt_",
    "encrypt_data",
    "encrypt_file",
    "encrypt_object",
    "encrypt_string",
    "key_openssl",
    "key_sodium",
    "keypair_openssl",
    "keypair_sodium",
    "rewrite_register",
    "session_key_refresh",
    "ssh_keygen"
  ],
  "_help": [
    {
      "page": "cyphr-package",
      "title": "High Level Encryption Wrappers",
      "topics": [
        "cyphr-package",
        "cyphr"
      ]
    },
    {
      "page": "data_admin",
      "title": "Encrypted data administration",
      "topics": [
        "data_admin_authorise",
        "data_admin_init",
        "data_admin_list_keys",
        "data_admin_list_requests"
      ]
    },
    {
      "page": "data_user",
      "title": "User commands",
      "topics": [
        "data_key",
        "data_request_access"
      ]
    },
    {
      "page": "encrypt",
      "title": "Easy encryption and decryption",
      "topics": [
        "decrypt",
        "decrypt_",
        "encrypt",
        "encrypt_"
      ]
    },
    {
      "page": "encrypt_data",
      "title": "Encrypt and decrypt data and other things",
      "topics": [
        "decrypt_data",
        "decrypt_file",
        "decrypt_object",
        "decrypt_string",
        "encrypt_data",
        "encrypt_file",
        "encrypt_object",
        "encrypt_string"
      ]
    },
    {
      "page": "key_openssl",
      "title": "Symmetric encryption with openssl",
      "topics": [
        "key_openssl"
      ]
    },
    {
      "page": "key_sodium",
      "title": "Symmetric encryption with sodium",
      "topics": [
        "key_sodium"
      ]
    },
    {
      "page": "keypair_openssl",
      "title": "Asymmetric encryption with openssl",
      "topics": [
        "keypair_openssl"
      ]
    },
    {
      "page": "keypair_sodium",
      "title": "Asymmetric encryption with sodium",
      "topics": [
        "keypair_sodium"
      ]
    },
    {
      "page": "rewrite_register",
      "title": "Register functions to work with encrypt/decrypt",
      "topics": [
        "rewrite_register"
      ]
    },
    {
      "page": "session_key_refresh",
      "title": "Refresh the session key",
      "topics": [
        "session_key_refresh"
      ]
    },
    {
      "page": "ssh_keygen",
      "title": "Create ssh keypairs",
      "topics": [
        "ssh_keygen"
      ]
    }
  ],
  "_readme": "https://github.com/ropensci/cyphr/raw/master/README.md",
  "_rundeps": [
    "askpass",
    "getPass",
    "openssl",
    "rstudioapi",
    "sodium",
    "sys"
  ],
  "_vignettes": [
    {
      "source": "data.Rmd",
      "filename": "data.html",
      "title": "Data Encryption",
      "author": "Rich FitzJohn",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Minimal example",
        "Details & disclosure",
        "Limitations"
      ],
      "created": "2017-05-08 06:49:46",
      "modified": "2020-03-09 15:52:40",
      "commits": 9
    },
    {
      "source": "cyphr.Rmd",
      "filename": "cyphr.html",
      "title": "Introduction",
      "author": "Rich FitzJohn",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Keys and the like",
        "Symmetric encryption",
        "openssl",
        "sodium",
        "Asymmetric encryption (\"key pairs\")",
        "Encrypting things",
        "Objects",
        "Strings",
        "Plain raw data",
        "Files",
        "An even higher level interface for files",
        "Session keys",
        "Further reading"
      ],
      "created": "2017-05-03 17:15:34",
      "modified": "2020-12-02 12:33:08",
      "commits": 9
    }
  ],
  "_score": 8.101382718498419,
  "_indexed": true,
  "_nocasepkg": "cyphr",
  "_universes": [
    "ropensci",
    "richfitz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.7",
      "date": "2026-07-01T08:20:19.000Z",
      "distro": "resolute",
      "commit": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
      "fileid": "https://r2.ropensci.org/b0d9345a02d35948090e10628623fabfe8c88759b57ea1462c40b71fc537d5d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.7",
      "date": "2026-07-01T08:20:12.000Z",
      "distro": "resolute",
      "commit": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
      "fileid": "https://r2.ropensci.org/905f8528211208ca5a8ad4814a06bbb2d97a3c97f5dab5c1b0cb7e2f0a250c19",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.7",
      "date": "2026-07-01T08:26:00.000Z",
      "commit": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
      "fileid": "https://r2.ropensci.org/3cd5f72b7bc1cf09ac7540ca9c730f522c5334a0d1b173b88f68e2bef849753a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.7",
      "date": "2026-07-01T08:25:45.000Z",
      "commit": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
      "fileid": "https://r2.ropensci.org/61a3eda2484abef63561b158b6b5cbbf8fbfca7dba7ab6698c6154ba1102ea7f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.7",
      "date": "2026-07-01T08:20:16.000Z",
      "commit": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
      "fileid": "https://r2.ropensci.org/ed5bc6e8b0f27ed01eba7498acf21c24fa12ab5a1f10010cae95b5af7c40da2c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-07-01T08:19:17.000Z",
      "commit": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
      "fileid": "https://r2.ropensci.org/da3c4db9a2aee3f62b8f08a15708060b940cf82dd464474515db9ea5aaf178ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-07-01T08:19:12.000Z",
      "commit": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
      "fileid": "https://r2.ropensci.org/258eb904697a476ab0b137192c7eea0a6275f8934db47e13042b42b51171ab47",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.7",
      "date": "2026-07-01T08:19:39.000Z",
      "commit": "047d0c7d8bb3a347a2706512fedb7cbb1e2d6d57",
      "fileid": "https://r2.ropensci.org/3e99e21560a43788a793e46dda8ce8ea6d990c3396024d1772446154f1a23501",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503436591"
    }
  ]
}