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
// throw new Exception("AES Authentication Code does not match. This is a super-CRC check on the data in the file after compression and encryption. \r\n"
363
-
// + "The file may be damaged.");
363
+
thrownewException("AES Authentication Code does not match. This is a super-CRC check on the data in the file after compression and encryption. \r\n"
364
+
+"The file may be damaged or tampered.");
364
365
}
365
366
}
366
-
*/
367
367
368
368
// Dispose the transform?
369
369
}
@@ -611,7 +611,9 @@ private int InitialRead(byte[] destination, int offset, int count)
611
611
// The AES data has saltLen+AESPasswordVerifyLength bytes as a header, and AESAuthCodeLength bytes
0 commit comments