encryption

package
v0.0.0-...-8a2f3dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 10 Imported by: 15

Documentation

Index

Constants

View Source
const (
	KeyVaultPrefix = "KEYVAULT_PREFIX"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AEAD

type AEAD interface {
	Open([]byte) ([]byte, error)
	Seal([]byte) ([]byte, error)
}

func NewAEADWithCore

func NewAEADWithCore(ctx context.Context, _env env.Core, encryptionSecretV2Name string, encryptionSecretName string) (AEAD, error)

NewAEADWithCore creates an AEAD encryption manager with resources available from the Core env object.

func NewAES256SHA512

func NewAES256SHA512(ctx context.Context, key []byte) (AEAD, error)

func NewMulti

func NewMulti(ctx context.Context, serviceKeyvault keyvault.Manager, secretName, legacySecretName string) (AEAD, error)

func NewXChaCha20Poly1305

func NewXChaCha20Poly1305(ctx context.Context, key []byte) (AEAD, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL