# 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
-- import "."
func Decrypt(data []byte, passphrase string) ([]byte, error)
Decrypt string
func Encrypt(data []byte, passphrase string) ([]byte, error)
Encrypt string