AES

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AES

type AES interface {
	DesaltDecrypt(encrypt string) string
	SaltyEncrypt(password string) string
	Decrypt(encrypt []byte) string
	Encrypt(password string) []byte
}

func NewAES

func NewAES(key string, iv []byte) AES

Jump to

Keyboard shortcuts

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