3583415ee2
Update file headers to reflect .vb extensions
...
Changed file header comments in cryptography-related modules from '.cs' to '.vb' to accurately reflect the file types. This improves clarity and consistency in source file documentation.
2025-07-27 00:31:49 +09:00
786e4661a0
Merge pull request #297 from gnh1201/dev
...
Add WelsonJS.Cryptography package (SEED, ARIA, HIGHT algoritm)
2025-07-26 23:30:09 +09:00
453fc231d0
Merge pull request #296 from gnh1201/cryptography
...
Add `WelsonJS.Cryptography` package (SEED, ARIA, HIGHT algoritm)
2025-07-26 23:21:48 +09:00
5c1ffff822
Add license headers to cryptography classes
...
Added SPDX license and copyright headers to AriaCore and HightAlgorithm classes for compliance and documentation. Minor formatting adjustments in AriaAlgorithm and AriaEcbTransform to improve consistency.
2025-07-26 23:19:48 +09:00
0b73fe8b60
Offical test vector ALL PASSED: SEED, ARIA, HIGHT
...
Offical test vector ALL PASSED: SEED, ARIA, HIGHT algorithm
2025-07-26 23:12:31 +09:00
9d234e82dc
Fix ARIA algorithm has failed #295 (TEST PASSED)
...
Fix ARIA algorithm has failed #295 (TEST PASSED)
2025-07-26 23:06:36 +09:00
76ebdbb7a8
try fix #295 (TEST FAILED)
...
try fix #295 (TEST FAILED)
2025-07-26 18:09:11 +09:00
3498f27619
Implement HIGHT algorithm with official test vector (TEST PASSED) #293
...
Implement HIGHT algorithm with official test vector (TEST PASSED) #293
2025-07-25 00:06:40 +09:00
2a8c4d196c
Add HIGHT block cipher implementation #293
...
Implemented the HIGHT block cipher with ECB mode support, including HightAlgorithm, HightCore, and HightEcbTransform classes. Updated the test program to include HIGHT encryption/decryption tests and added support for PaddingMode.None in ARIA and SEED ECB transforms.
2025-07-20 19:49:52 +09:00
ec03bf415d
Add ARIA cryptography algorithm
...
Add ARIA cryptography algorithm
2025-07-19 19:07:05 +09:00
90e0caf8d6
Merge pull request #292 from gnh1201/dev
...
CodeQL / Analyze (javascript) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
Update the contacts
2025-07-16 15:11:26 +09:00
2688765f84
Update the contacts
2025-07-16 13:57:04 +09:00
87f25b2d44
Create jekyll-gh-pages.yml
CodeQL / Analyze (javascript) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
2025-07-15 09:33:42 +09:00
db5607320a
Delete .github/workflows/static.yml
2025-07-15 09:32:01 +09:00
9337084fe4
Create static.yml
2025-07-15 09:29:17 +09:00
8bcbbbae4f
Merge pull request #291 from gnh1201/dev
...
CodeQL / Analyze (javascript) (push) Waiting to run
Update README.md
2025-07-14 16:06:43 +09:00
0cc3f30044
Update README.md
2025-07-14 15:48:33 +09:00
727c17576c
Create CNAME
CodeQL / Analyze (javascript) (push) Waiting to run
2025-07-14 09:38:10 +09:00
f9952000b4
Update README.md
CodeQL / Analyze (javascript) (push) Waiting to run
2025-07-13 15:01:38 +09:00
747d614da6
Merge pull request #288 from gnh1201/dev
...
CodeQL / Analyze (javascript) (push) Has been cancelled
Update README.md
2025-07-11 09:30:32 +09:00
93d273ed54
Update README.md
2025-07-11 09:27:23 +09:00
7237b47703
Merge pull request #287 from gnh1201/dev
...
Replace the default SERP provider to SerpApi - Update README.md
2025-07-11 08:58:59 +09:00
f1188a32bb
Replace the default SERP provider to SerpApi - Update README.md
...
Replace the default SERP provider to SerpApi - Update README.md
2025-07-11 08:55:49 +09:00
93228103e6
Merge pull request #286 from gnh1201/dev
...
CodeQL / Analyze (javascript) (push) Waiting to run
Replace the default SERP provider to SerpApi - Update README.md
2025-07-10 15:07:33 +09:00
be1f0e8e2d
Replace the default SERP provider to SerpApi - Update README.md
...
Replace the default SERP provider to SerpApi - Update README.md
2025-07-10 15:04:25 +09:00
9424ec3427
Merge pull request #285 from gnh1201/dev
...
Replace the default SERP provider to SerpApi - Update README.md
2025-07-10 14:05:10 +09:00
23b82d953d
Replace the default SERP provider to SerpApi - Update README.md
...
Replace the default SERP provider to SerpApi - Update README.md
2025-07-10 14:04:07 +09:00
0df87cda96
Merge pull request #284 from gnh1201/dev
...
Replace the default SERP provider to SerpApi
2025-07-10 14:00:50 +09:00
3f8a301680
Update apikey.json
2025-07-10 13:58:23 +09:00
01230745ed
Update aviation.js
2025-07-10 13:57:19 +09:00
5ccba3b107
Replace the default SERP provider to SerpApi
...
Updated all references from the previous default SERP provider to SerpApi, including API keys, proxy configuration, and documentation links. Adjusted aviation.js to use SerpApi endpoints and parameters, and updated testloader.js to reflect the new provider. This change standardizes the search engine scraping integration to use SerpApi.
2025-07-10 13:54:53 +09:00
461e868c07
Delete .gitmodules #283
2025-07-10 13:00:35 +09:00
848a4359fa
Fix SEED cryptography algorithm
...
Fix SEED cryptography algorithm
2025-07-09 11:20:54 +09:00
cb649c88ed
Update SEED algorithm
2025-07-05 13:24:10 +09:00
63f009fb73
Add SEED algorithm test project for WelsonJS.Cryptography
...
Introduced a new test project 'WelsonJS.Cryptography.Test' with a Program.vb that tests SEED encryption and decryption. Updated the solution file to include both the cryptography library and its test project, and configured build settings for all platforms.
2025-07-04 23:53:03 +09:00
014c1eaa59
Update .appveyor.yml
2025-07-04 23:52:20 +09:00
9afb64a997
Add package WelsonJS.Cryptography
...
Add package `WelsonJS.Cryptography`
2025-07-04 23:43:09 +09:00
ea2c71a53d
Update .appveyor.yml
2025-07-04 10:21:27 +09:00
f227ce9f60
Update README.md
2025-07-03 09:49:19 +09:00
031a26ced6
Merge pull request #280 from gnh1201/dev
...
Update README.md (WelsonJS.Esent)
2025-06-26 10:57:03 +09:00
21f2187d17
Delete WelsonJS - Backup.Esent.csproj
2025-06-26 10:50:34 +09:00
cc31e9383e
Update README.md (WelsonJS.Esent)
2025-06-26 10:49:40 +09:00
509eaac28c
Merge pull request #279 from gnh1201/dev
...
Update EsentDatabase specs
2025-06-26 10:32:03 +09:00
dcf966b2c5
Fix the null check for schema should occur before accessing schema.PrimaryKey
2025-06-26 10:26:59 +09:00
82df8c5605
Update EsentDatabase specs
2025-06-26 10:22:07 +09:00
c6f546778f
Merge pull request #278 from gnh1201/dev
...
Introduce ESENT database to WelsonJS Launcher
2025-06-25 15:43:55 +09:00
91ce125c7f
Update MainForm.cs
2025-06-25 15:38:26 +09:00
aacc2414f2
ESENT completed #277
2025-06-25 00:19:56 +09:00
9d2fb432f7
Add the package ManagedEsent, and WelsonJS.Esent
...
Add the package ManagedEsent (microsoft/ManagedEsent@d358c07 ), and WelsonJS.Esent
2025-06-24 17:55:34 +09:00
62d219f443
ESENT: Add method CreateIndex
...
The index creation process has been separated into a dedicated method to improve readability and stability.
2025-06-24 11:30:27 +09:00