Documentation
¶
Index ¶
- func Decrypt(encrypted []byte, key []byte) ([]byte, error)
- func Decrypt0(encrypted []byte, strKey string) ([]byte, error)
- func Encrypt(originData []byte, key []byte) ([]byte, error)
- func Encrypt0(originData []byte, strKey string) ([]byte, error)
- func EncryptString(str string, key []byte) ([]byte, error)
- func EncryptString0(str string, strKey string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncryptString ¶
EncryptString the origin data with the key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.