Other packages > Find by keyword >

openssl  

Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
View on CRAN: Click here


Download and install openssl package within the R console
Install from CRAN:
install.packages("openssl")

Install from Github:
library("remotes")
install_github("cran/openssl")

Install by package version:
library("remotes")
install_version("openssl", "2.3.2")



Attach the package and use:
library("openssl")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
First Published: 2014-10-21
Latest Update: 2023-09-25
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.
How to cite:
Jeroen Ooms (2014). openssl: Toolkit for Encryption, Signatures and Certificates Based on OpenSSL. R package version 2.3.2, https://cran.r-project.org/web/packages/openssl. Accessed 22 Apr. 2025.
Previous versions and publish date:
0.1 (2014-10-21 08:27), 0.2 (2014-11-07 19:42), 0.3 (2015-01-07 07:31), 0.4 (2015-05-11 11:21), 0.5 (2015-11-15 18:28), 0.6 (2015-11-18 15:30), 0.8 (2015-12-15 01:27), 0.9.1 (2016-01-18 22:09), 0.9.2 (2016-02-26 17:29), 0.9.3 (2016-05-04 18:04), 0.9.4 (2016-05-25 23:29), 0.9.5 (2016-10-28 10:51), 0.9.6 (2016-12-31 01:41), 0.9.7 (2017-09-06 22:56), 0.9.8 (2017-11-03 17:54), 0.9.9 (2017-11-10 19:33), 0.9 (2016-01-13 22:52), 1.0.1 (2018-03-03 15:03), 1.0.2 (2018-07-30 17:30), 1.0 (2018-02-02 19:26), 1.1 (2018-11-15 15:20), 1.2.1 (2019-01-17 23:30), 1.2.2 (2019-03-01 11:00), 1.2 (2019-01-17 00:00), 1.3 (2019-03-22 15:10), 1.4.1 (2019-07-18 08:35), 1.4.2 (2020-06-27 17:00), 1.4.3 (2020-09-18 14:00), 1.4.4 (2021-04-30 21:00), 1.4.5 (2021-09-02 16:50), 1.4.6 (2021-12-19 04:30), 1.4 (2019-05-31 23:30), 2.0.0 (2022-03-02 16:50), 2.0.1 (2022-05-14 21:00), 2.0.2 (2022-05-24 21:10), 2.0.3 (2022-09-14 09:40), 2.0.4 (2022-10-17 11:30), 2.0.5 (2022-12-06 02:10), 2.0.6 (2023-03-10 00:10), 2.1.0 (2023-07-15 21:50), 2.1.1 (2023-09-25 21:10), 2.1.2 (2024-04-21 23:32), 2.2.0 (2024-05-16 19:00), 2.2.1 (2024-08-16 12:00), 2.2.2 (2024-09-20 10:40), 2.3.0 (2024-12-16 16:00), 2.3.1 (2025-01-09 13:50)
Other packages that cited openssl R package
View openssl citation profile
Other R packages that openssl depends, imports, suggests or enhances
Complete documentation for openssl
Functions, R codes and Examples using the openssl R package
Some associated functions: aes_cbc . base64_encode . bignum . certificates . curve25519 . ec_dh . encrypt_envelope . fingerprint . hash . keygen . my_key . openssl . openssl_config . pbkdf . pkcs12 . pkcs7 . rand_bytes . read_key . reexports . rsa_encrypt . signatures . ssl_ctx . write_pem . 
Some associated R codes: aes.R . askpass.R . base.R . base64.R . bcrypt.R . bignum.R . build.R . cert.R . diffie.R . envelope.R . hash.R . info.R . init.R . keygen.R . list.R . mykey.R . openssh.R . openssl.R . pkcs12.R . pkcs7.R . rand.R . read.R . rsa.R . signing.R . ssh2.R . sslctx.R . stopifnot.R . stream.R . write.R . writessh.R . x25519.R .  Full openssl package functions and examples
Downloads during the last 30 days
03/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/21Downloads for openssl2000025000300003500040000450005000055000TrendBars

Today's Hot Picks in Authors and Packages

GWPR.light  
Geographically Weighted Panel Regression
Geographically weighted panel regression is grounded in a branch of spatial statistics. Using geogra ...
Download / Learn more Package Citations See dependency  
Qest  
Quantile-Based Estimator
Quantile-based estimators (Q-estimators) can be used to fit any parametric distribution, using its q ...
Download / Learn more Package Citations See dependency  
optimStrat  
Choosing the Sample Strategy
Intended to assist in the choice of the sampling strategy to implement in a survey. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
phylosamp  
Sample Size Calculations for Molecular and Phylogenetic Studies
Implements novel tools for estimating sample sizes needed for phylogenetic studies, including studi ...
Download / Learn more Package Citations See dependency  
ino  
Initialization of Numerical Optimization
Analysis of the initialization for numerical optimization of real-valued functions, including likel ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA