Access the System Credential Store from R
Decode a raw password obtained by b_wincred_get_raw (UTF-8 and UTF-16L...
Decode a raw password obtained by b_wincred_get_raw
Get a key from a Wincred keyring
Set a key on a Wincred keyring
Environment variable keyring backend
Encrypted file keyring backend
Abstract class of a backend that supports multiple keyrings
macOS Keychain keyring backend
Linux Secret Service keyring backend
Windows Credential Store keyring backend
Abstract class of a minimal keyring backend
Select the default backend and default keyring
Operations on keyrings
Operations on keys
keyring: Access the System Credential Store from R
Platform independent 'API' to access the operating system's credential store. Currently supports: 'Keychain' on 'macOS', Credential Store on 'Windows', the Secret Service 'API' on 'Linux', and simple, platform independent stores implemented with environment variables or encrypted files. Additional storage back-ends can be added easily.
Useful links