Skip to content

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

Details

It supports multiple keyrings.

See backend for the documentation of the individual methods.

See also

Examples

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