secret

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateSecretKey

func GenerateSecretKey() ([]byte, error)

func GetSecretKey

func GetSecretKey(projectDir string) ([]byte, error)

Types

type BaseManager

type BaseManager struct {
	// contains filtered or unexported fields
}

func (*BaseManager) Decrypt

func (s *BaseManager) Decrypt(data []byte) ([]byte, error)

func (*BaseManager) DecryptYamlData

func (s *BaseManager) DecryptYamlData(data []byte) ([]byte, error)

func (*BaseManager) Encrypt

func (s *BaseManager) Encrypt(data []byte) ([]byte, error)

func (*BaseManager) EncryptYamlData

func (s *BaseManager) EncryptYamlData(data []byte) ([]byte, error)

type Manager

type Manager interface {
	secret.Secret

	EncryptYamlData(data []byte) ([]byte, error)
	DecryptYamlData(encodedData []byte) ([]byte, error)
}

func GetManager

func GetManager(projectDir string) (Manager, error)

func NewManager

func NewManager(key []byte) (Manager, error)

func NewSafeManager

func NewSafeManager() (Manager, error)

Jump to

Keyboard shortcuts

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