| age_raw | R Documentation |
The core buffer transforms: no file I/O, nothing written to disk. All other
verbs (_file, _text) build on these.
age_encrypt_raw(x, recipients, armor = FALSE)
age_decrypt_raw(x, identities)
x |
For |
recipients |
Character vector of |
armor |
If |
identities |
An |
A raw vector: ciphertext for age_encrypt_raw(), plaintext for
age_decrypt_raw().
id <- age_keygen()
rec <- age_pubkey(id)
ct <- age_encrypt_raw(charToRaw("hello"), recipients = rec)
rawToChar(age_decrypt_raw(ct, identities = id))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.