R/crypt.R

Defines functions PKI.decrypt PKI.encrypt

Documented in PKI.decrypt PKI.encrypt

PKI.encrypt <- function(what, key, cipher = NULL, iv = NULL) .Call(PKI_encrypt, what, key, cipher, iv)

PKI.decrypt <- function(what, key, cipher = NULL, iv = NULL) .Call(PKI_decrypt, what, key, cipher, iv)

Try the PKI package in your browser

Any scripts or data that you put into this service are public.

PKI documentation built on June 22, 2024, 10:29 a.m.