Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use Web Crypto #309

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

feat: use Web Crypto #309

wants to merge 10 commits into from

Conversation

andipaetzold
Copy link
Owner

No description provided.

@andipaetzold andipaetzold self-assigned this Dec 9, 2023
Copy link

github-actions bot commented Dec 9, 2023

Size Change: +1.81 kB (+4%)

Total Size: 51.1 kB

Filename Size Change
lib/browser/codec-handler/create.js 280 B +9 B (+3%)
lib/browser/codec-handler/handlers/identity.js 127 B +3 B (+2%)
lib/browser/codec-handler/handlers/jet.js 363 B +6 B (+2%)
lib/browser/codec-handler/handlers/office/agile/index.js 929 B +160 B (+21%) 🚨
lib/browser/codec-handler/handlers/office/index.js 912 B +8 B (+1%)
lib/browser/codec-handler/handlers/office/rc4-cryptoapi.js 694 B +16 B (+2%)
lib/browser/crypto/blockDecrypt.js 276 B +45 B (+19%) ⚠️
lib/browser/crypto/deriveKey.js 305 B -65 B (-18%) 👏
lib/browser/crypto/hash.js 371 B +143 B (+63%) 🆘
lib/browser/data/index.js 542 B -1 B (0%)
lib/browser/data/memo.js 601 B -5 B (-1%)
lib/browser/data/ole.js 514 B -17 B (-3%)
lib/browser/data/text.js 139 B -10 B (-7%)
lib/browser/Database.js 1.46 kB +2 B (0%)
lib/browser/environment/index.js 143 B +18 B (+14%) ⚠️
lib/browser/index.js 75 B +1 B (+1%)
lib/browser/MDBReader.js 613 B -320 B (-34%) 🎉
lib/browser/SysObject.js 725 B +240 B (+49%) 🚨
lib/browser/Table.js 1.31 kB -1.74 kB (-57%) 🏆
lib/browser/usage-map.js 682 B +4 B (+1%)
lib/node/codec-handler/create.js 280 B +9 B (+3%)
lib/node/codec-handler/handlers/identity.js 127 B +3 B (+2%)
lib/node/codec-handler/handlers/jet.js 363 B +6 B (+2%)
lib/node/codec-handler/handlers/office/agile/index.js 929 B +160 B (+21%) 🚨
lib/node/codec-handler/handlers/office/index.js 912 B +8 B (+1%)
lib/node/codec-handler/handlers/office/rc4-cryptoapi.js 694 B +16 B (+2%)
lib/node/crypto/blockDecrypt.js 276 B +45 B (+19%) ⚠️
lib/node/crypto/deriveKey.js 305 B -65 B (-18%) 👏
lib/node/crypto/hash.js 371 B +143 B (+63%) 🆘
lib/node/data/index.js 542 B -1 B (0%)
lib/node/data/memo.js 601 B -5 B (-1%)
lib/node/data/ole.js 514 B -17 B (-3%)
lib/node/data/text.js 139 B -10 B (-7%)
lib/node/Database.js 1.46 kB +2 B (0%)
lib/node/environment/index.js 69 B -1 B (-1%)
lib/node/index.js 75 B +1 B (+1%)
lib/node/MDBReader.js 613 B -320 B (-34%) 🎉
lib/node/SysObject.js 725 B +240 B (+49%) 🚨
lib/node/Table.js 1.31 kB -1.74 kB (-57%) 🏆
lib/node/usage-map.js 682 B +4 B (+1%)
lib/browser/table/getColumnDefinitions.js 600 B +600 B (new file) 🆕
lib/browser/table/getDataFromPage.js 1.2 kB +1.2 kB (new file) 🆕
lib/browser/table/getDataPage.js 258 B +258 B (new file) 🆕
lib/browser/table/getRecordOffsets.js 356 B +356 B (new file) 🆕
lib/node/table/getColumnDefinitions.js 600 B +600 B (new file) 🆕
lib/node/table/getDataFromPage.js 1.2 kB +1.2 kB (new file) 🆕
lib/node/table/getDataPage.js 258 B +258 B (new file) 🆕
lib/node/table/getRecordOffsets.js 356 B +356 B (new file) 🆕
ℹ️ View Unchanged
Filename Size
lib/browser/array.js 405 B
lib/browser/codec-handler/handlers/office/agile/EncryptionDescriptor.js 616 B
lib/browser/codec-handler/handlers/office/agile/types.js 31 B
lib/browser/codec-handler/handlers/office/CryptoAlgorithm.js 228 B
lib/browser/codec-handler/handlers/office/EncryptionHeader.js 894 B
lib/browser/codec-handler/handlers/office/EncryptionVerifier.js 375 B
lib/browser/codec-handler/handlers/office/HashAlgorithm.js 97 B
lib/browser/codec-handler/index.js 78 B
lib/browser/codec-handler/types.js 31 B
lib/browser/codec-handler/util.js 175 B
lib/browser/column.js 537 B
lib/browser/crypto/index.js 80 B
lib/browser/crypto/rc4.js 473 B
lib/browser/crypto/types.js 31 B
lib/browser/data/bigint.js 81 B
lib/browser/data/binary.js 114 B
lib/browser/data/byte.js 80 B
lib/browser/data/complexOrLong.js 91 B
lib/browser/data/currency.js 491 B
lib/browser/data/datetime.js 183 B
lib/browser/data/datetimextended.js 482 B
lib/browser/data/double.js 79 B
lib/browser/data/float.js 78 B
lib/browser/data/integer.js 82 B
lib/browser/data/numeric.js 522 B
lib/browser/data/repid.js 291 B
lib/browser/data/util.js 351 B
lib/browser/dependencies/iconv-lite/index.js 785 B
lib/browser/JetFormat/index.js 714 B
lib/browser/JetFormat/Jet12Format.js 126 B
lib/browser/JetFormat/Jet14Format.js 141 B
lib/browser/JetFormat/Jet15Format.js 79 B
lib/browser/JetFormat/Jet16Format.js 79 B
lib/browser/JetFormat/Jet17Format.js 79 B
lib/browser/JetFormat/Jet3Format.js 470 B
lib/browser/JetFormat/Jet4Format.js 476 B
lib/browser/JetFormat/MSISAMFormat.js 129 B
lib/browser/JetFormat/types.js 130 B
lib/browser/PageType.js 381 B
lib/browser/SortOrder.js 135 B
lib/browser/types.js 230 B
lib/browser/unicodeCompression.js 593 B
lib/browser/util.js 598 B
lib/node/array.js 405 B
lib/node/codec-handler/handlers/office/agile/EncryptionDescriptor.js 616 B
lib/node/codec-handler/handlers/office/agile/types.js 31 B
lib/node/codec-handler/handlers/office/CryptoAlgorithm.js 228 B
lib/node/codec-handler/handlers/office/EncryptionHeader.js 894 B
lib/node/codec-handler/handlers/office/EncryptionVerifier.js 375 B
lib/node/codec-handler/handlers/office/HashAlgorithm.js 97 B
lib/node/codec-handler/index.js 78 B
lib/node/codec-handler/types.js 31 B
lib/node/codec-handler/util.js 175 B
lib/node/column.js 537 B
lib/node/crypto/index.js 80 B
lib/node/crypto/rc4.js 473 B
lib/node/crypto/types.js 31 B
lib/node/data/bigint.js 81 B
lib/node/data/binary.js 114 B
lib/node/data/byte.js 80 B
lib/node/data/complexOrLong.js 91 B
lib/node/data/currency.js 491 B
lib/node/data/datetime.js 183 B
lib/node/data/datetimextended.js 482 B
lib/node/data/double.js 79 B
lib/node/data/float.js 78 B
lib/node/data/integer.js 82 B
lib/node/data/numeric.js 522 B
lib/node/data/repid.js 291 B
lib/node/data/util.js 351 B
lib/node/dependencies/iconv-lite/index.js 785 B
lib/node/JetFormat/index.js 714 B
lib/node/JetFormat/Jet12Format.js 126 B
lib/node/JetFormat/Jet14Format.js 141 B
lib/node/JetFormat/Jet15Format.js 79 B
lib/node/JetFormat/Jet16Format.js 79 B
lib/node/JetFormat/Jet17Format.js 79 B
lib/node/JetFormat/Jet3Format.js 470 B
lib/node/JetFormat/Jet4Format.js 476 B
lib/node/JetFormat/MSISAMFormat.js 129 B
lib/node/JetFormat/types.js 130 B
lib/node/PageType.js 381 B
lib/node/SortOrder.js 135 B
lib/node/types.js 230 B
lib/node/unicodeCompression.js 593 B
lib/node/util.js 598 B

compressed-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant