Documentation ¶
Index ¶
- Variables
- type CryptTool
- func (encrypt *CryptTool) Base64Decode(str string) (string, error)
- func (encrypt *CryptTool) Base64DecodeBytes(str string) ([]byte, error)
- func (encrypt *CryptTool) Base64Encode(str string) string
- func (encrypt *CryptTool) Base64EncodeBytes(bytes []byte) []byte
- func (encrypt *CryptTool) MD5(str string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var CryptTools = NewCryptTool()
Functions ¶
This section is empty.
Types ¶
type CryptTool ¶
type CryptTool struct{}
func NewCryptTool ¶
func NewCryptTool() *CryptTool
func (*CryptTool) Base64DecodeBytes ¶
func (*CryptTool) Base64Encode ¶
func (*CryptTool) Base64EncodeBytes ¶
Click to show internal directories.
Click to hide internal directories.