Versions in this module Expand all Collapse all v1 v1.0.1 Dec 7, 2019 v1.0.0 Nov 29, 2019 Changes in this version + var EncryptionIv = []byte("") + var EncryptionKey = []byte("Ec7bLaTdSuXuf5pW") + func B64Decode(s string) []byte + func B64Encode(b []byte) string + func CleanBytes(b []byte) []byte + func Decrypt(content, key, iv []byte) []byte + func Encrypt(content, key, iv []byte) []byte + func GetReceivedMessage(r *http.Request) []byte + func PKCS5Padding(ciphertext []byte, blockSize int) []byte