You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//var plain = "use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later."
//var key = "11111111111111111111111111111111"
//var iv = "1111111111111111"
//
//func Test_AES_CBC(t *testing.T) {
// var a = []byte(plain)
// var r, _ = AESCBCEncrypt(a, []byte(key), []byte(iv))