try_get_aes_key {secret} | R Documentation |
We just try the private key against all encrypted copies of the
AES key. If none of the succeed, then we return NULL
. Otherwise
we return the AES key, an aes
object, from the openssl
package.
try_get_aes_key(vault, name, key)