| age_keygen | R Documentation |
Creates a fresh X25519 identity (key pair). The secret key is generated in C
and never returned to R; to persist it, pass path so it is written
directly to a key file in the standard age format.
age_keygen(path = NULL, overwrite = FALSE)
path |
Optional file path. If given, the identity is written as a key
file ( |
overwrite |
If |
An age_identity object. Its print method shows only the public
key; the secret is never printed.
id <- age_keygen()
id
age_pubkey(id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.