package aes
import "k8s.io/apiserver/pkg/storage/value/encrypt/aes"
Package aes transforms values for storage at rest using AES-GCM.
Index ¶
- Variables
- func NewCBCTransformer(block cipher.Block) value.Transformer
- func NewGCMTransformer(block cipher.Block) value.Transformer
Variables ¶
Functions ¶
func NewCBCTransformer ¶
func NewCBCTransformer(block cipher.Block) value.Transformer
NewCBCTransformer takes the given block cipher and performs encryption and decryption on the given data.
func NewGCMTransformer ¶
func NewGCMTransformer(block cipher.Block) value.Transformer
NewGCMTransformer takes the given block cipher and performs encryption and decryption on the given data.
Source Files ¶
aes.go
- Version
- v0.26.14
- Published
- Feb 14, 2024
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 4 minutes ago –
Tools for package owners.