Description Usage Arguments Value See Also
This creates a character vector that represents keys that can be used to
encrypt/decrypt a secret. Usually, you will only need a single key at a time.
A key is similar to a secret()
, but is stricter with what values are
allowed. Currently, this checks that the input is a character vector with
only hexadecimal characters, and has 64 characters total. This represents a
32-byte binary key.
1 2 3 4 5 |
x |
|
An S3 vector of class vault_key
generate_key()
to automatically generate a single key.
use_vault_key()
to generate a default key used by this package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.