package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
LoadKeyFromFile reads a secret key from the given file.
# Structs
DataKeyManager manages data keys.
FileCipherStreamCreator wraps the KeyManager interface and provides functions to create a FileStream for either a new file (using the active key provided by the KeyManager) or an existing file (by looking up the key in the KeyManager).
StoreKeyManager manages the user-provided keys.
# Interfaces
FileStream encrypts/decrypts byte slices at arbitrary file offsets.
PebbleKeyManager manages encryption keys.