aes_crypto

package
v0.0.0-...-96174dc Latest Latest
Warning

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

Go to latest
Published: May 27, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PwdKey = []byte("ABCDEFGHIJKLMNO1")

key不能泄露

Functions

func AesDecryptCFB

func AesDecryptCFB(encrypted []byte, key []byte) ([]byte, error)

解密函数

func AesEncryptCFB

func AesEncryptCFB(origData []byte, key []byte) ([]byte, error)

加密函数

func DePwdCode

func DePwdCode(pwd string) (string, error)

解密

func EnPwdCode

func EnPwdCode(pwd string) (string, error)

加密

Types

This section is empty.

Jump to

Keyboard shortcuts

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