Learn R Programming

⚠️There's a newer version (2.3.2) of this package.Take me there.

openssl (version 1.4.6)

Toolkit for Encryption, Signatures and Certificates Based on OpenSSL

Description

Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. 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.

Copy Link

Version

Install

install.packages('openssl')

Monthly Downloads

1,042,073

Version

1.4.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeroen Ooms

Last Published

December 19th, 2021

Functions in openssl (1.4.6)

fingerprint

OpenSSH fingerprint
base64_encode

Encode and decode base64
curve25519

Curve25519
bignum

Big number arithmetic
aes_cbc

Symmetric AES encryption
encrypt_envelope

Envelope encryption
hashing

Vectorized hash/hmac functions
cert_verify

X509 certificates
ec_dh

Diffie-Hellman Key Agreement
rsa_encrypt

Low-level RSA encryption
openssl_config

OpenSSL Configuration Info
write_pem

Export key or certificate
my_key

Default key
openssl

Toolkit for Encryption, Signatures and Certificates based on OpenSSL
bcrypt_pbkdf

Bcrypt PWKDF
keygen

Generate Key pair
rand_bytes

Generate random bytes and numbers with OpenSSL
write_p12

PKCS7 / PKCS12 bundles
reexports

Objects exported from other packages
read_key

Parsing keys and certificates
signature_create

Signatures