Learn R Programming

shelter (version 0.2.1)

keyring_unlock: 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)

Value

logical(1); Success or failure of operation

Arguments

keyring

character(1); Name of keyring

password

character(1); Password for keyring

Examples

Run this code
if (FALSE) keyring_unlock('mypersonalkeyring', '')

Run the code above in your browser using DataLab