keyring (version 1.3.2)

backend_file: Encrypted file keyring backend

Description

This is a simple keyring backend, that stores/uses secrets in encrypted files.

Arguments

Details

It supports multiple keyrings.

See backend for the documentation of the individual methods.

See Also

Other keyring backends: backend_env, backend_macos, backend_secret_service, backend_wincred

Examples

Run this code
if (FALSE) {
kb <- backend_file$new()
}

Run the code above in your browser using DataLab