improve:PPT联动

This commit is contained in:
2025-09-06 12:09:06 +08:00
parent d8825f0a73
commit 28109a0c97
6 changed files with 311 additions and 2 deletions
+1 -1
View File
@@ -868,7 +868,7 @@ namespace Ink_Canvas.Helpers
decryptedData[i] = (byte)(data[i] ^ keyBytes[i % keyBytes.Length]);
}
// 验证校验
// 验证校验
byte[] computedChecksum = sha256.ComputeHash(decryptedData);
if (!checksum.SequenceEqual(computedChecksum))
{