Store a secret, encrypted with its AES key.
store_secret_with_key(name, value, key, vault)
name
Name of secret.
value
Value of secret.
key
The AES key, an aes object from the openssl package.
aes
openssl
vault
Vault directory.