This commit is contained in:
2025-06-27 12:34:28 +08:00
parent 68a8d7ee4d
commit 585bb05c6a
3 changed files with 15 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestAesEcbMobileEncryption(t *testing.T) {
// 测试手机号加密
mobile := "13417317775"
mobile := "18653052547"
key := []byte("ff83609b2b24fc73196aac3d3dfb874f") // 16字节AES-128密钥
keyStr := hex.EncodeToString(key)