powered by
Unlock a given keyring using the specified password. Secrets exist in plain text in memory while a keyring is unlocked.
keyring_unlock(keyring, password)
logical(1); Success or failure of operation
character(1); Name of keyring
character(1); Password for keyring
if (FALSE) keyring_unlock('mypersonalkeyring', '')
Run the code above in your browser using DataLab