package
1.101.9
Repository: https://github.com/vonage/gosrvlib.git
Documentation: pkg.go.dev

# Functions

ByteDecryptAny decrypts a byte-slice message produced with the ByteEncryptAny function to the provided data object.
ByteDecryptSerializeAny decrypts a byte-slice message produced with the ByteEncryptSerializeAny function to the provided data object.
ByteEncryptAny encrypts the input data with the specified key and returns a base64 byte slice.
ByteEncryptSerializeAny encrypts the input data with the specified key and returns a base64 byte slice.
Decrypt decrypts a byte-slice data encrypted with the Encrypt function.
DecryptAny wraps the ByteDecryptAny function to accept a msg string instead of a byte slice.
DecryptSerializeAny wraps the ByteDecryptSerializeAny function to accept a msg string instead of a byte slice.
Encrypt encrypts the byte-slice input msg with the specified key.
EncryptAny wraps the ByteEncryptAny function to return a string instead of a byte slice.
EncryptSerializeAny wraps the ByteEncrypSerializetAny function to return a string instead of a byte slice.