Learn R Programming

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

openssl (version 0.4)

Bindings to OpenSSL

Description

Interfaces to the OpenSSL libraries libssl and libcrypto. Currently implements bindings to the OpenSSL secure random number generator, base64 encoder and hashing functions.

Copy Link

Version

Install

install.packages('openssl')

Monthly Downloads

826,552

Version

0.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeroen Ooms

Last Published

May 11th, 2015

Functions in openssl (0.4)

crypto digest

Vectorized hashing functions
base64

Encode and decode base64
rand_bytes

Generate random bytes and numbers with OpenSSL
openssl

R bindings for the OpenSSL library