Package: keyring 1.3.2

Gábor Csárdi

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.

Authors:Gábor Csárdi [aut, cre], Alec Wong [ctb], Posit Software, PBC [cph, fnd]

keyring_1.3.2.tar.gz
keyring_1.3.2.tar.gz(r-4.5-noble)keyring_1.3.2.tar.gz(r-4.4-noble)
keyring_1.3.2.tgz(r-4.4-emscripten)keyring_1.3.2.tgz(r-4.3-emscripten)
keyring.pdf |keyring.html
keyring/json (API)
NEWS

# Install 'keyring' in R:
install.packages('keyring', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/r-lib/keyring/issues

Uses libs:
  • libsecret– Secret store
  • glib– GLib library of C routines

8.10 score 54 packages 948 scripts 165k downloads 22 exports 9 dependencies

Last updated 11 months agofrom:b767380ed4. Checks:OK: 2. Indexed: no.

TargetResultDate
Doc / VignettesOKOct 26 2024
R-4.5-linux-x86_64OKOct 26 2024

Exports:backendbackend_envbackend_filebackend_keyringsbackend_macosbackend_secret_servicebackend_wincreddefault_backendhas_keyring_supportkey_deletekey_getkey_get_rawkey_listkey_setkey_set_with_raw_valuekey_set_with_valuekeyring_createkeyring_deletekeyring_is_lockedkeyring_listkeyring_lockkeyring_unlock

Dependencies:askpassassertthatfilelockopensslR6rappdirssodiumsysyaml

Readme and manuals

Help Manual

Help pageTopics
Abstract class of a minimal keyring backendbackend
Environment variable keyring backendbackend_env
Encrypted file keyring backendbackend_file
Abstract class of a backend that supports multiple keyringsbackend_keyrings
macOS Keychain keyring backendbackend_macos
Linux Secret Service keyring backendbackend_secret_service
Windows Credential Store keyring backendbackend_wincred
Select the default backend and default keyringbackends default_backend
Operations on keyringshas_keyring_support keyring_create keyring_delete keyring_is_locked keyring_list keyring_lock keyring_unlock
Operations on keyskey_delete key_get key_get_raw key_list key_set key_set_with_raw_value key_set_with_value