You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.