Skip to content
s-u edited this page Feb 21, 2013 · 2 revisions

PKI is an R package that implements a variety of functions that have to do with RSA encryption, keys, signing, X.509 certificate validation etc. It was started with the purpose of adding support for signing of R packages and binaries. It relies on OpenSSL to do the actual work. The home for the packages is http://RForge.net/PKI

It can be installed using install.packages("PKI",,"http://RForge.net") in R.

Clone this wiki locally