aes

package
v0.0.0-...-d5aecf8 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AESCtrDecrypt

func AESCtrDecrypt(encryptData []byte, key string) ([]byte, error)

解密

func AESCtrEncrypt

func AESCtrEncrypt(plainText []byte, key string) ([]byte, error)

加密

func Decrypt

func Decrypt(cipherByte []byte, keyText string) (plainText string, err error)

func Encrypt

func Encrypt(plainText string, keyText string) (cipherByte []byte, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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