keyring (version 1.1.0)

backend_file: Store secrets in encrypted files

Description

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

Usage

backend_file

Arguments

Format

An object of class R6ClassGenerator of length 24.

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
# NOT RUN {
kb <- backend_file$new()
# }

Run the code above in your browser using DataLab