README ¶ utils -- import "github.com/newrelic/nri-flex/internal/utils" Usage func Decrypt func Decrypt(data []byte, passphrase string) ([]byte, error) Decrypt string func Encrypt func Encrypt(data []byte, passphrase string) ([]byte, error) Encrypt string Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Decrypt(data []byte, passphrase string) ([]byte, error) func Encrypt(data []byte, passphrase string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Decrypt ¶ func Decrypt(data []byte, passphrase string) ([]byte, error) Decrypt string func Encrypt ¶ func Encrypt(data []byte, passphrase string) ([]byte, error) Encrypt string Types ¶ This section is empty. Source Files ¶ View all Source files simpleEncryt.go Click to show internal directories. Click to hide internal directories.