Documentation ¶
Overview ¶
Package gtbox_encryption 加密库
Index ¶
- func GTDecryptionGo(srcString string, keyString string) (resultStr string)
- func GTDecryptionGoWithLength(srcString string, keyString string, stringLength int) (resultStr string)
- func GTEncryptionGo(srcString string, keyString string) (resultStr string)
- func GTEncryptionGoReturnStringLength(srcString string, keyString string) (resultStr string, stringLength int)
- func GTMD5Encoding(str string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GTDecryptionGo ¶
GTDecryptionGo 自定义解密
func GTDecryptionGoWithLength ¶ added in v0.0.39
func GTDecryptionGoWithLength(srcString string, keyString string, stringLength int) (resultStr string)
GTDecryptionGoWithLength 自定义解密,传入长度
func GTEncryptionGo ¶
GTEncryptionGo 自定义加密
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.