keyring_unlock {shelter} | R Documentation |
Unlock a keyring.
Description
Unlock a given keyring using the specified password. Secrets exist in plain text in memory while a keyring is unlocked.
Usage
keyring_unlock(keyring, password)
Arguments
keyring |
character(1); Name of keyring |
password |
character(1); Password for keyring |
Value
logical(1); Success or failure of operation
Examples
## Not run: keyring_unlock('mypersonalkeyring', '<PASSWORD>')
[Package shelter version 0.2.1 Index]