xueyc1f

Results 2 issues of xueyc1f

Hello, I encountered an issue with the following code: ```go func TestAESPKCS5(t *testing.T) { key := "0123456789abcdef" cipher := dongle.NewCipher() cipher.SetMode(dongle.CBC) // CBC、CFB、OFB、CTR、ECB cipher.SetPadding(dongle.PKCS5) // No、Zero、PKCS5、PKCS7、AnsiX923、ISO97971 cipher.SetKey(key) // key 长度必须是...

bug

详情查看:https://github.com/xueyc1f/turbopush-website