package
0.6.8
Repository: https://github.com/gkzy/gow.git
Documentation: pkg.go.dev

# Functions

AESDecrypt 解码.
AES-256-ECB.
AESEncrypt AES CBC encrypt.
微信小程序/头条小程序 解密小程序敏感信息: 对称解密使用的算法为 AES-128-CBC,数据采用PKCS#7填充。 对称解密的目标密文为 Base64_Decode(encryptedData)。 对称解密秘钥 aeskey = Base64_Decode(session_key), aeskey 是16字节。 对称解密算法初始向量 为Base64_Decode(iv),其中iv由数据接口返回。 */.
Decrypt the data with key.
Encrypt the data with key.
FileExist return an error when a file does not exist.
GetUUID UUID MD5 use:github.com/satori/go.uuid.
GobDecode GobDecode.
GobEncode gob encode.
HttpGet http get.
HttpPost http post.
IntDateTime IntDateTime.
IntDateTimeFormat DateTimeFormat.
MD5 编码 32位长度的md5输出,不区分大小与 MD5("123456).
NewMemoryCache return a new memory cache.
NewXXTea get new xxtea.
PKCS5Padding PKCS5Padding.
PKCS5UnPadding PKCS5UnPadding.
PKCS7UnPadding return unpadding []Byte plantText.
TimeFormat 格式化时间显示.

# Structs

MemoryCache memory cache struct.
No description provided by the author