This commit is contained in:
2024-10-04 23:07:49 +08:00
parent f649d32c19
commit 8c09120db6
7 changed files with 78 additions and 62 deletions

2
aes.go
View File

@@ -48,7 +48,7 @@ type Data struct {
func main() {
// 定义 AES 密钥
key, _ := hex.DecodeString("958de6826370b57d9ae93b88e5009e26")
key, _ := hex.DecodeString("85af347e771bd631bf734068ad5798cc")
var data interface{}