secret

package
v1.21.11 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 9 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AesDecrypt added in v1.13.0

func AesDecrypt(key, text []byte) ([]byte, error)

AesDecrypt decrypts text and given key with AES.

func AesEncrypt added in v1.13.0

func AesEncrypt(key, text []byte) ([]byte, error)

AesEncrypt encrypts text and given key with AES.

func DecryptSecret added in v1.13.0

func DecryptSecret(key, cipherHex string) (string, error)

DecryptSecret decrypts a previously encrypted hex string

func EncryptSecret added in v1.13.0

func EncryptSecret(key, str string) (string, error)

EncryptSecret encrypts a string with given key into a hex string

Types

This section is empty.

Jump to

Keyboard shortcuts

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