f
This commit is contained in:
@@ -19,7 +19,7 @@ func TestAesEcbMobileEncryption(t *testing.T) {
|
||||
t.Fatalf("手机号加密失败: %v", err)
|
||||
}
|
||||
fmt.Printf("encrypted: %s\n", encrypted)
|
||||
jmStr := "m9EEeW9ZBBJmi1hx1k1uIQ=="
|
||||
jmStr := "K5yWNF5Icr74YRSklq33nw=="
|
||||
// 测试解密
|
||||
decrypted, err := DecryptMobile(jmStr, keyStr)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user