Documentation ¶
Index ¶
- Variables
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var EncryptionIv = []byte("")
View Source
var EncryptionKey = []byte("Ec7bLaTdSuXuf5pW")
Functions ¶
func CleanBytes ¶
func GetReceivedMessage ¶
func PKCS5Padding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.