crypto

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AesDecrypt

func AesDecrypt(src string, aesKey ...string) (string, error)

func AesEncrypt

func AesEncrypt(src string) (string, error)

func AesEncryptByKey added in v1.9.9

func AesEncryptByKey(src, aesKey string) (string, error)

func GetAesKey added in v1.8.0

func GetAesKey() string

func Sha1 added in v1.9.9

func Sha1(b []byte) string

Types

type Aes

type Aes struct {
	// contains filtered or unexported fields
}

func NewAes

func NewAes(key string) (*Aes, error)

func (*Aes) Decrypt

func (a *Aes) Decrypt(d string) (string, error)

func (*Aes) Encrypt

func (a *Aes) Encrypt(plaintext string) (string, error)

Jump to

Keyboard shortcuts

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