Documentation
¶
Index ¶
- func AESDecrypt(crypted, iv, key []byte, useUnPadding bool) (origData []byte, err error)
- func AESEncrypt(origData, iv, key []byte) (encrypted []byte, err error)
- func MacDecode(en []byte) (mac []byte, err error)
- func MacEncode(mac []byte) (en []byte, err error)
- func PKCS7Padding(origData []byte, blockSize int) []byte
- func PKCS7UnPadding(encrypt []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AESDecrypt ¶
解密
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.