encoding

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt

func Decrypt(text string, c *EncryptConfig) (string, error)

Decrypt 解密

func Encrypt

func Encrypt(text string, c *EncryptConfig) (string, error)

Encrypt 加密

func JSON

func JSON(o interface{}) string

JSON JSON格式化增加对[]byte的支持

Types

type EncryptConfig

type EncryptConfig struct {
	Key string
	IV  string
}

EncryptConfig 加密配置

Jump to

Keyboard shortcuts

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