r-openssl
Toolkit for encryption, signatures and certificates
This package provides R bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey parsers. It supports RSA, DSA and NIST curves P-256, P-384 and P-521. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES block cipher is used in CBC mode for symmetric encryption; RSA for asymmetric (public key) encryption. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and bignum
math methods for manually performing crypto calculations on large multibyte integers.
- Versions: 2.3.3
- Website: https://github.com/jeroenooms/openssl
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-openssl
as follows:
guix install r-openssl
Or install a particular version:
guix install r-openssl@2.3.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-openssl about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-openssl'><img src='https://packages.guix.gnu.org/packages/r-openssl/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-openssl)
Example Org:
[[https://packages.guix.gnu.org/packages/r-openssl][https://packages.guix.gnu.org/packages/r-openssl/badges/latest-version.svg]]