Package: cyphr 1.1.5
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:
cyphr_1.1.5.tar.gz
cyphr_1.1.5.zip(r-4.5)cyphr_1.1.5.zip(r-4.4)cyphr_1.1.5.zip(r-4.3)
cyphr_1.1.5.tgz(r-4.4-any)cyphr_1.1.5.tgz(r-4.3-any)
cyphr_1.1.5.tar.gz(r-4.5-noble)cyphr_1.1.5.tar.gz(r-4.4-noble)
cyphr_1.1.5.tgz(r-4.4-emscripten)cyphr_1.1.5.tgz(r-4.3-emscripten)
cyphr.pdf |cyphr.html✨
cyphr/json (API)
NEWS
# Install 'cyphr' in R: |
install.packages('cyphr', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/cyphr/issues
encryptionopensslpeer-reviewedsodium
Last updated 1 years agofrom:c52097f05f (on master). Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
R-4.4-win | OK | Oct 28 2024 |
R-4.4-mac | OK | Oct 28 2024 |
R-4.3-win | OK | Oct 28 2024 |
R-4.3-mac | OK | Oct 28 2024 |
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
Readme and manuals
Help Manual
Help page | Topics |
---|---|
High Level Encryption Wrappers | cyphr-package cyphr |
Encrypted data administration | data_admin_authorise data_admin_init data_admin_list_keys data_admin_list_requests |
User commands | data_key data_request_access |
Easy encryption and decryption | decrypt decrypt_ encrypt encrypt_ |
Encrypt and decrypt data and other things | decrypt_data decrypt_file decrypt_object decrypt_string encrypt_data encrypt_file encrypt_object encrypt_string |
Symmetric encryption with openssl | key_openssl |
Symmetric encryption with sodium | key_sodium |
Asymmetric encryption with openssl | keypair_openssl |
Asymmetric encryption with sodium | keypair_sodium |
Register functions to work with encrypt/decrypt | rewrite_register |
Refresh the session key | session_key_refresh |
Create ssh keypairs | ssh_keygen |