Versions in this module Expand all Collapse all v2 v2.1.1 Dec 9, 2025 v2.0.0 Jun 18, 2023 Changes in this version + func WithContext(ctx context.Context, enc *Encryption) context.Context + type Encryption struct + func FromContext(ctx context.Context) (*Encryption, error) + func New(logger *zap.Logger, secret string, specialKeys []string, ...) *Encryption + func (e *Encryption) DecryptSecrets(source interface{}) error + func (e *Encryption) EncryptSecrets(source interface{}) error