Documentation
¶
Index ¶
- func AesDecrypt(encrypted, key []byte) ([]byte, error)
- func AesDecrypt_PHP(crypted, key []byte) ([]byte, error)
- func AesEncrypt(origData, key []byte) ([]byte, error)
- func AesEncrypt_PHP(origData, key []byte) (string, error)
- func PKCS5Padding(src []byte, blockSize int) []byte
- func PKCS7Padding(cipherText []byte, blockSize int) []byte
- func PKCS7UnPadding(origData []byte) []byte
- func QueryCrossUpdate(query string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesDecrypt ¶
func AesDecrypt_PHP ¶
func AesEncrypt ¶
func AesEncrypt_PHP ¶
func PKCS5Padding ¶
func PKCS7Padding ¶
func PKCS7UnPadding ¶
func QueryCrossUpdate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.