Documentation ¶
Index ¶
- func AESDecrypt(crypted, key, iv []byte) ([]byte, error)
- func AESEncrypt(plaintext, key, iv []byte) ([]byte, error)
- func AesECBDecrypt(ciphertext []byte, key []byte) []byte
- func AesECBEncrypt(plaintext []byte, key []byte) []byte
- func CheckMd5Sign(sign string, params map[string]string, apiKey string) bool
- func MD5(plainText []byte) string
- func Md5Sign(params map[string]string, apiKey string) string
- func Md5SignSms(params map[string]string, apiKey string) string
- func SHA1(plainText []byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesECBDecrypt ¶
func AesECBEncrypt ¶
func Md5SignSms ¶
for sms api md5 sign
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.