Documentation ¶
Index ¶
- func AesDecrypt(crypted, key []byte) ([]byte, error)
- func AesEncrypt(origData, key []byte) ([]byte, error)
- func CopyContent(master interface{}, second interface{}) (m map[string]interface{})
- func MD5Byte(byts []byte) string
- func MD5Str(str string) string
- func MD5V(str string) string
- func PKCS7Padding(ciphertext []byte, blockSize int) []byte
- func PKCS7UnPadding(origData []byte) []byte
- func SetField(obj interface{}, name string, value interface{}) error
- func ShortContent(content interface{}, force ...string) (m map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyContent ¶
func CopyContent(master interface{}, second interface{}) (m map[string]interface{})
func PKCS7Padding ¶
func PKCS7UnPadding ¶
func ShortContent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.