Package: cyphr 1.1.7

Rich FitzJohn

cyphr: High Level Encryption Wrappers

Encryption wrappers, using low-level support from 'sodium' and 'openssl'. 'cyphr' tries to smooth over some pain points when using encryption within applications and data analysis by wrapping around differences in function names and arguments in different encryption providing packages. It also provides high-level wrappers for input/output functions for seamlessly adding encryption to existing analyses.

Authors:Rich FitzJohn [aut, cre], Jai Ranganathan [ctb]

cyphr_1.1.7.tar.gz
cyphr_1.1.7.zip(r-4.6)cyphr_1.1.7.zip(r-4.5)cyphr_1.1.7.zip(r-4.4)
cyphr_1.1.7.tgz(r-4.5-any)cyphr_1.1.7.tgz(r-4.4-any)
cyphr_1.1.7.tar.gz(r-4.6-any)cyphr_1.1.7.tar.gz(r-4.5-any)
cyphr_1.1.7.tgz(r-4.5-emscripten)cyphr_1.1.7.tgz(r-4.4-emscripten)
cyphr.pdf |cyphr.html
cyphr/json (API)
NEWS

# Install 'cyphr' in R:
install.packages('cyphr', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org'))

Reviews:rOpenSci Software Review #114

Bug tracker:https://github.com/ropensci/cyphr/issues

Pkgdown site:https://docs.ropensci.org

On CRAN:

Conda:

encryptionopensslpeer-reviewedsodium

8.54 score 97 stars 2 packages 43 scripts 655 downloads 25 exports 6 dependencies

Last updated 5 months ago from:047d0c7d8b (on master). Checks:11 OK. Indexed: yes.

TargetResultTotal time
linux-devel-x86_64OK120
pkgdown docsOK153
source / vignettesOK148
linux-release-x86_64OK116
macos-release-arm64OK66
macos-oldrel-arm64OK72
windows-develOK115
windows-releaseOK77
windows-oldrelOK113
wasm-releaseOK112
wasm-oldrelOK109

Exports:data_admin_authorisedata_admin_initdata_admin_list_keysdata_admin_list_requestsdata_keydata_request_accessdecryptdecrypt_decrypt_datadecrypt_filedecrypt_objectdecrypt_stringencryptencrypt_encrypt_dataencrypt_fileencrypt_objectencrypt_stringkey_opensslkey_sodiumkeypair_opensslkeypair_sodiumrewrite_registersession_key_refreshssh_keygen

Dependencies:askpassgetPassopensslrstudioapisodiumsys

Data Encryption

Rendered fromdata.Rmdusingknitr::rmarkdownon Jun 28 2025.

Last update: 2020-03-09
Started: 2017-05-08

Introduction

Rendered fromcyphr.Rmdusingknitr::rmarkdownon Jun 28 2025.

Last update: 2020-12-02
Started: 2017-05-03

Readme and manuals

Help Manual

Help pageTopics
High Level Encryption Wrapperscyphr-package cyphr
Encrypted data administrationdata_admin_authorise data_admin_init data_admin_list_keys data_admin_list_requests
User commandsdata_key data_request_access
Easy encryption and decryptiondecrypt decrypt_ encrypt encrypt_
Encrypt and decrypt data and other thingsdecrypt_data decrypt_file decrypt_object decrypt_string encrypt_data encrypt_file encrypt_object encrypt_string
Symmetric encryption with opensslkey_openssl
Symmetric encryption with sodiumkey_sodium
Asymmetric encryption with opensslkeypair_openssl
Asymmetric encryption with sodiumkeypair_sodium
Register functions to work with encrypt/decryptrewrite_register
Refresh the session keysession_key_refresh
Create ssh keypairsssh_keygen