aes

package
v0.0.0-...-fc9fbc1 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecryptAES

func DecryptAES(src, key, iv []byte) ([]byte, error)

使用aes进行解密 @param src 已加密数据 @param key 十六字节密匙 @param iv CBC模式的初始化向量:与key等长:十六字节

func EncryptAES

func EncryptAES(src, key, iv []byte) ([]byte, error)

使用aes进行对称加密 @param src 未加密源数据 @param key 十六字节密匙 @param iv CBC模式的初始化向量:与key等长:十六字节

Types

This section is empty.

Jump to

Keyboard shortcuts

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