Documentation ¶
Index ¶
- func AesCBCDecrypt(key, iv []byte, data string) string
- func AesCBCEncrypt(key, data, iv []byte) ([]byte, error)
- func GetIV() string
- func GetImg(url string) (n int64, err error)
- func MyEncrypt(phone, domain string)
- func PKCS5Padding(ciphertext []byte, blockSize int) []byte
- func PKCS7UnPadding(origData []byte) []byte
- type ClientInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesCBCDecrypt ¶
func PKCS5Padding ¶
PKCS5Padding 使用PKCS5进行填充
Types ¶
type ClientInfo ¶
Click to show internal directories.
Click to hide internal directories.