An open API service indexing awesome lists of open source software.

https://github.com/s-u/PKI

Public Key Infrastructure for R based on the X.509 standard
https://github.com/s-u/PKI

Last synced: 4 months ago
JSON representation

Public Key Infrastructure for R based on the X.509 standard

Awesome Lists containing this project

README

        

# PKI
## Public Key Infrastucture for R based on the X.509 standard

This package provides tools related to encryption, decryption, signing, management of keys,
certificates and public key infrastructure. It also provides tools such as
[PKI.random](https://rforge.net/doc/packages/PKI/PKI.random.html) to
generate cryptographically safe random bytes.

For more information and notes on using various types keys, see the [Wiki](https://github.com/s-u/PKI/wiki). The main RForge page is at [RForge.net/PKI](https://rforge.net/PKI)

[![CRAN](https://rforge.net/do/cransvg/PKI)](https://cran.r-project.org/package=PKI)
[![RForge](https://rforge.net/do/versvg/PKI)](https://RForge.net/PKI)
[![check](https://github.com/s-u/PKI/actions/workflows/check.yml/badge.svg)](https://github.com/s-u/PKI/actions/workflows/check.yml)

To install the CRAN version, use simply

```
install.packages("PKI")
```

For installation of the latest development version, use

```
install.packages("PKI", repo="https://rforge.net")
```