gcm

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecryptData

func DecryptData(ciphertext, key []byte) ([]byte, error)

DecryptData 使用给定的密钥对数据进行解密 参数:

  • ciphertext: []byte 需要解密的密文。
  • key: []byte 用于解密的密钥。

返回值:

  • []byte: 解密后的明文数据。
  • error: 如果发生错误,返回错误信息。

func EncryptData

func EncryptData(data, key []byte) ([]byte, error)

EncryptData 使用给定的密钥对数据进行加密 参数:

  • data: []byte 需要加密的数据。
  • key: []byte 用于加密的密钥。

返回值:

  • []byte: 加密后的数据。
  • error: 如果发生错误,返回错误信息。

Types

This section is empty.

Jump to

Keyboard shortcuts

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