Documentation ¶
Index ¶
- func AESDecrypt(EncryptKey string, contentText string) ([]byte, error)
- func AESEncrypt(text []byte, key []byte) []byte
- func BytesToString(array []byte) string
- func CalAA(trace [][]int64, e []int64, n string) string
- func CalE(t []int64) string
- func CalF(t [][]int64) string
- func CalT(t [][]int64) [][]int64
- func CalUserResponse(c int64, challenge string) string
- func CreateSecretKey() []byte
- func Decode(content string, EncryptKey string) []byte
- func FunN(t int64) string
- func GetCaptchaType(g *Geetest) (string, string, string)
- func GetEP(gt, challenge string) map[string]interface{}
- func GetFullBG(g *Geetest) (string, string, string)
- func GetRequestW(gt, challenge, aa, passtime string, c int64) string
- func GetSC(g *Geetest) int64
- func Hash(str string) string
- func RSAEncrypt(text []byte) string
- func RandInt64(min, max int64) int64
- func SHA256(data []byte) []byte
- func Slide(g *Geetest)
- type Encrypt
- type Geetest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AESDecrypt ¶
AESDecrypt AES 解密
func CalUserResponse ¶
func GetCaptchaType ¶
GetCaptchaType 流程的第二步,获取验证码类型
func GetRequestW ¶
GetRequestW 获取网络请求的w
Types ¶
Click to show internal directories.
Click to hide internal directories.