Compare commits

...

5 Commits
2.7.5 ... main

Author SHA1 Message Date
zboris12 45995fd2ae
Merge pull request #12 from Th3G33k/main
fix character encoding + fix signAndProtect
2025-09-28 16:27:01 +09:00
Th3G33k bb8faab7d7
Update zgapdfsigner.js - revert commit 2025-09-23 15:12:28 -10:00
Th3G33k 32a3b5f1e0
Update zgapdfsigner.js - fix signAndProtect 2025-09-08 08:59:30 -10:00
Th3G33k 4bdbeabaa2
Update zgapdfsigner.js - fix signAndProtect 2025-09-08 08:57:06 -10:00
Th3G33k d427170408
Update zgapdfcryptor.js - fix character encoding 2025-09-08 08:49:20 -10:00
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ z.Crypto = {
}, },
/** @type {string} */ /** @type {string} */
EncPadding: "\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A", // EncPadding: "\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A",
EncPadding: atob('KL9OXk51ikFkAE5W//oBCC4uALbQaD6ALwyp/mRTaXo='),
/** /**
* Add "\" before "\", "(" and ")", and chr(13) => '\r' * Add "\" before "\", "(" and ")", and chr(13) => '\r'