aes

package
v1.0.4-beta1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2020 License: Apache-2.0 Imports: 7 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AesCBCEncryptToBytes

func AesCBCEncryptToBytes(jsonData []byte, secretKey string) ([]byte, error)

加密后的Bytes数组

func AesCBCEncryptToString

func AesCBCEncryptToString(jsonData []byte, secretKey string) (string, error)

加密后转成Base64字符串

func AesDecryptToBytes

func AesDecryptToBytes(data, secretKey string) ([]byte, error)

解密数据的Bytes数组

func AesDecryptToMap

func AesDecryptToMap(data, secretKey string) (mapData map[string]interface{}, err error)

解密数据到Map集合

func AesDecryptToStruct

func AesDecryptToStruct(data, secretKey string, beanPtr interface{}) (err error)

解密数据到结构体

func PKCS5Padding

func PKCS5Padding(ciphertext []byte, blockSize int) []byte

加密填充模式(添加补全码) PKCS5Padding 加密时,如果加密bytes的length不是blockSize的整数倍,需要在最后面添加填充byte

func PKCS5UnPadding

func PKCS5UnPadding(origData []byte) []byte

解密填充模式(去除补全码) PKCS5UnPadding 解密时,需要在最后面去掉加密时添加的填充byte

func PKCS7Padding

func PKCS7Padding(ciphertext []byte, blockSize int) []byte

加密填充模式(添加补全码) PKCS5Padding 加密时,如果加密bytes的length不是blockSize的整数倍,需要在最后面添加填充byte

func PKCS7UnPadding

func PKCS7UnPadding(origData []byte) (bs []byte)

解密填充模式(去除补全码) PKCS7UnPadding 解密时,需要在最后面去掉加密时添加的填充byte

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL