Generate aes or libsodium key

gen_aes_key(...)

Arguments

...

arguments to pass to openssl::aes_keygen() or sodium::keygen()

Value

A cyphr key object for use with deidentify_id() and identify_id functions

Examples

if (FALSE) gen_aes_key(12)