share_secret_with_key1 {secret} | R Documentation |
Share a secret with a single user, AES key is known.
Description
Share a secret with a single user, AES key is known.
Usage
share_secret_with_key1(name, email, aeskey, vault)
Arguments
name |
Name of the secret. |
email |
Email address of the user. |
aeskey |
The AES key of the secret. |
vault |
Vault directory. |
[Package secret version 1.1.0 Index]