Learn R Programming

⚠️There's a newer version (0.1-14) of this package.Take me there.

PKI (version 0.1-3)

Public Key Infrastucture for R Based on the X.509 Standard

Description

PKI functions such as verifying certificates, RSA encription and signing which can be used to build PKI infrastructure and perform cryptographic tasks.

Copy Link

Version

Install

install.packages('PKI')

Monthly Downloads

35,759

Version

0.1-3

License

GPL-2 | GPL-3 | file LICENSE

Maintainer

Simon Urbanek

Last Published

July 28th, 2015

Functions in PKI (0.1-3)

PKI.sign.tar

Functions for signing and verification of tar files
raw2hex

Convert raw vector to string hex representation
X509

Public Key Instraftructure (X509) functions
RSA

PKI functions handling RSA keys
PKI.sign

PKI: sign content or verify a signature
ASN1

Functions for handling ASN.1 format (typically DER)
PKI.digest

Compute digest sum based on SHA1, SHA256 or MD5 hash functions
BIGNUMint

Functions for BIGNUM representation of arbitrarily precise integers
PKI.crypt

PKI encryption/decryption functions