secret

package
v1.0.0-beta.18 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2019 License: Apache-2.0 Imports: 10 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, options NewManagerOptions) (Manager, error)

func NewSafeManager

func NewSafeManager() (Manager, error)

type NewManagerOptions

type NewManagerOptions struct {
	IgnoreWarning bool
}

Jump to

Keyboard shortcuts

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