Learn R Programming

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

openssl (version 0.2)

Bindings to OpenSSL

Description

Interfaces to the OpenSSL libraries libssl and libcrypto. Currently only implements bindings to the OpenSSL random number generator in order to generate crypto secure random bytes in R.

Copy Link

Version

Install

install.packages('openssl')

Monthly Downloads

796,301

Version

0.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeroen Ooms

Last Published

November 7th, 2014

Functions in openssl (0.2)

rand_num

Generate random numbers
rand_bytes

Generate random bytes with OpenSSL