cbc

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2022 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCryptoAES_CBC

func NewCryptoAES_CBC(key, iv []byte) goaes.CryptoAES

key 长度必须为16/24/32字节(128/192/256 bits) iv 向量长度固定16字节

Types

type CryptoAES_CBC

type CryptoAES_CBC struct {
	// contains filtered or unexported fields
}

func (*CryptoAES_CBC) Decrypt

func (c *CryptoAES_CBC) Decrypt(in []byte) (out []byte, err error)

解密后返回二进制字节数据切片

func (*CryptoAES_CBC) DecryptBase64

func (c *CryptoAES_CBC) DecryptBase64(in string) (out []byte, err error)

解密BASE64编码字符串的密文后返回二进制切片

func (*CryptoAES_CBC) DecryptHex added in v1.4.1

func (c *CryptoAES_CBC) DecryptHex(in string) (out []byte, err error)

HEX编码字符串的密文后返回二进制切片

func (*CryptoAES_CBC) Encrypt

func (c *CryptoAES_CBC) Encrypt(in []byte) (out []byte, err error)

加密后返回二进制字节数据切片

func (*CryptoAES_CBC) EncryptBase64

func (c *CryptoAES_CBC) EncryptBase64(in []byte) (out string, err error)

加密后将密文做BASE64编码字符串

func (*CryptoAES_CBC) EncryptHex added in v1.4.1

func (c *CryptoAES_CBC) EncryptHex(in []byte) (out string, err error)

加密后将密文做HEX编码字符串

func (*CryptoAES_CBC) GetMode

func (c *CryptoAES_CBC) GetMode() goaes.AES_Mode

获取当前AES模式

Jump to

Keyboard shortcuts

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