package
1.17.0
Repository: https://github.com/newrelic/nri-flex.git
Documentation: pkg.go.dev

# README

utils

-- import "."

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