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
- Host: GitHub
- URL: https://github.com/s-u/PKI
- Owner: s-u
- License: other
- Created: 2013-02-20T00:42:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T08:04:41.000Z (8 months ago)
- Last Synced: 2024-11-10T04:58:19.001Z (5 months ago)
- Language: C
- Homepage:
- Size: 505 KB
- Stars: 18
- Watchers: 5
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - s-u/PKI - Public Key Infrastructure for R based on the X.509 standard (C)
README
# PKI
## Public Key Infrastucture for R based on the X.509 standardThis 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)
[](https://cran.r-project.org/package=PKI)
[](https://RForge.net/PKI)
[](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")
```