Versions in this module Expand all Collapse all v0 v0.4.0 Jan 27, 2017 v0.3.0 Jan 12, 2017 Changes in this version + var Client secretbackend.Driver + func Decrypt(data []byte) ([]byte, error) + func DecryptS(ptype sdk.VariableType, val sql.NullString, data []byte, clear bool) (string, error) + func Encrypt(data []byte) ([]byte, error) + func EncryptS(ptype sdk.VariableType, value string) (sql.NullString, []byte, error) + func Init(secretBackendBinary string, opts map[string]string) error + func Status() string