Encrypted

package
v1.1.162 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AesDecrypt

func AesDecrypt(key string, iv string, data string) (string, error)

* aes解密 @param key string 密钥 @parma iv string 向量 @param data 数据 base64数据

func AesEncrypt

func AesEncrypt(key string, iv string, data string) (string, error)

* aes 加密 @param key string 密钥 @parma iv string 向量 @param data 数据

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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