Documentation ¶
Index ¶
- func AesDecryptCFB(encrypted []byte, password string) (decrypted []byte)
- func AesEncryptCFB(origData []byte, password string) (encrypted []byte)
- func Base64DecodeWithBytes(inputBytes []byte) []byte
- func Base64DecodeWithString(inputStr string) []byte
- func Base64Encode(inputData []byte) string
- func CompressZip(inputData []byte) []byte
- func DecompressZip(inputZipData []byte) []byte
- func Md5(s string) string
- func RC4Decode(key, inputData []byte) []byte
- func RC4Encode(key, inputData []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesDecryptCFB ¶
func AesEncryptCFB ¶
func Base64DecodeWithBytes ¶
func Base64DecodeWithString ¶
func Base64Encode ¶
func CompressZip ¶
func DecompressZip ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.