635 Commits

Author SHA1 Message Date
David C Goldenberg
323774b9ae Update. Added Base58 Check operation (similar to Bech32 operation) with tests. 2026-07-18 17:44:27 -04:00
David C Goldenberg
a7f507696e Updated Public Key to P2PKH Tests. Added BIP86 test vectors. 2026-07-16 16:28:39 -04:00
David C Goldenberg
a6ed8705e5 Fixed merge conflicts. May have to edit Bech32.mjs 2026-03-05 09:46:02 -05:00
dependabot[bot]
cd7dafdf53
Bump jsonwebtoken from 8.5.1 to 9.0.0 (#2219)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (updated tests to reflect stricter parameter validation in the new library version)
2026-03-04 19:58:25 +00:00
p-leriche
1ef4afc82d
Add BigInt utility functions for number theory operations (#2205)
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (initial tests)
2026-03-04 09:44:28 +00:00
aby-jo
813a543baf
Improve SQL Beautify: use sql-formatter and support bind variables (#2071)
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> - (additional tests)
2026-03-02 12:55:54 +00:00
GCHQ Developer 85297
d71dad8568
Fix Roboto Mono font (#2199) 2026-02-20 16:10:15 +00:00
GCHQDeveloper581
8df8028f43
Fix return of buffer for PNG QR image generation - resolves #2124 (#2125)
Co-authored-by: GCHQ Developer 85297 <95289555+C85297@users.noreply.github.com>
2026-02-20 16:07:37 +00:00
GCHQ Developer 85297
c97baa6fdf
Update JIMP (#2171) 2026-02-18 11:34:31 +00:00
Benjamin Eriksson
324a23585e
Fixed Percent delimiter for hex encoding (#2137)
Co-authored-by: GCHQ Developer 85297 <95289555+C85297@users.noreply.github.com>
2026-02-11 09:20:08 +00:00
d98762625
0cf7bcaddc
Fix import operations with special chars in them (#1040)
Co-authored-by: jg42526 <210032080+jg42526@users.noreply.github.com> (fixed test broken by a dependency updated elsewhere)
2026-02-04 16:46:30 +00:00
Thomas
fa34e2fafc
Fix: Correctly parse xxd odd byte hexdumps (#2058)
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com>
2026-02-04 09:38:25 +00:00
FS
e0c4957da4
Fix the processing of ALPNs for JA4 to align with new specification update (#2165) 2026-01-31 12:01:10 +00:00
Thomas M
9512444eee
Add Bech32 and Bech32m encoding/decoding operations (#2159) 2026-01-30 19:02:23 +00:00
みけCAT
dd26c09003
Exclude Delete character from hex dump output (#2086)
Co-authored-by: GCHQ Developer C85297 <95289555+C85297@users.noreply.github.com>
2026-01-29 15:00:17 +00:00
GCHQ Developer C85297
b885e8423d
Bump jsonpath-plus (#2166)
Closes #1928 #1926
2026-01-29 13:40:34 +00:00
David C Goldenberg
7fb2a9640a Update. Updated the Key to ExtendedKey operation to take in fingerprint, i, level as well as the chaincode and version type. 2025-12-02 15:16:12 -05:00
David C Goldenberg
1cad7fbb96 Made an improvement to two operations where now an error in deserializing an extended key is passed onto the operations itseslf, which then throw an OperationError. 2025-06-26 09:33:50 -04:00
David C Goldenberg
d47c7a633a Added an operation to turn an extended private key to its public key version. We deserialize, turn the private key into the appropriate public key, grab the appropriate public key version then reserialize. 2025-06-20 15:02:12 -04:00
David C Goldenberg
804b799de3 Update to Categories.json and index.mjs 2025-06-13 11:11:18 -04:00
David C Goldenberg
94957cfbbb Added new op, KeyToExtendedKey. This takes a private key, with chaincode as parameter, and makes a master key. Public and Private master keys are allowable. 2025-06-13 11:10:08 -04:00
David C Goldenberg
a060ec446e Updated SeedToMPK to not require seed length. 2025-06-13 11:07:00 -04:00
David C Goldenberg
2233127f43 Added a test file for turning seedphrases all the way into addresses. A good test of several operations. 2025-06-13 11:05:55 -04:00
jg42526
18e5b9f6ec
Merge branch 'master' into kgoto/add-handlebar 2025-05-16 11:03:44 +01:00
David C Goldenberg
511d5e6d6d Update. Added validation in the ETH/TRX conversion op, along with many more tests for numerous ops. Finalized the QA. 2025-05-13 17:01:18 -04:00
a3957273
7ed7fca3ad
Merge branch 'master' into feat/1216-1531-upgrade-uuid 2025-05-12 16:24:53 +01:00
a3957273
f92238bf04
Merge pull request #2023 from xumptex/feature/add-BLAKE3 2025-05-12 16:14:00 +01:00
a3957273
f4e73eef54
Merge pull request #1986 from Odyhibit/master 2025-05-12 16:05:42 +01:00
gchqdev364
d751117219
Merge pull request #2041 from gchq/octal-ip-addresses
Addresses bug report #2008
Added explicit support for octal IP addresses.
Changed approach to IPv4 regex to be string manipulation generated.
Added some unit tests for IP address parsing - probably not full coverage.
Added lookahead and lookbehind tricks to resolve warned issue that 1.2.3.256 would still be extracted as 1.2.3.25. Now only accepts valid IP addresses. Warning replaced with clause about infinite length dotted decimal forms.
2025-05-12 15:51:03 +01:00
gchqdev364
288cd8f063 Updated warning now that original issue has been resolved. 2025-05-12 14:24:07 +00:00
gchqdev364
0c01c6a7c3 Added important tests that need to pass before merge. 2025-05-12 14:07:21 +00:00
es45411
3a55b34214 Add tests for URLDecode and URLEncode 2025-05-12 13:09:59 +00:00
gchqdev364
159b80e853 Added explicit tests for IPv4 addresses in decimal or octal. 2025-05-12 13:02:29 +00:00
es45411
66d445c5ef
Add GenerateAllChecksums operation
* Add GenerateAllChecksums operation
* Remove checksums from GenerateAllHashes operation
2025-05-12 12:29:33 +01:00
jg42526
b2045e5bd8
Merge pull request #2035 from jg42526/checksum/xor
XOR Checksum operation added
2025-05-12 12:01:29 +01:00
a3957273
64a4bfeadf
Merge pull request #1897 from sw5678/master 2025-05-12 12:00:34 +01:00
jg42526
46762a2af7
Merge branch 'gchq:master' into checksum/xor 2025-05-12 11:29:54 +01:00
a3957273
da922a45cf
Merge pull request #2027 from r4mos/ecdsa-verify-message-format 2025-05-12 11:22:42 +01:00
jg42526
dda5814c30 Merged master and followed naming convention updates 2025-05-12 10:11:15 +00:00
sw5678
7ca472279c
Merge branch 'gchq:master' into master 2025-05-12 09:42:30 +01:00
a3957273
3c5eea5dfb
Merge pull request #1587 from jonking-ajar/feat/jsonata-operation 2025-05-12 09:24:54 +01:00
sw5678
e4a59c6990
Merge branch 'gchq:master' into master 2025-05-12 09:02:32 +01:00
David C Goldenberg
5605807778 Added support for public key -> P2TR addresses. Also renamed Public Key to Cryptocurrency Address Operation to Public Key to Bitcoin-Like Address Operation. 2025-05-09 14:34:57 -04:00
r4mos
1089c6bfb8 Add All Checksums Operation 2025-04-29 17:25:29 +02:00
r4mos
4085a4c219 Remove Checksums from All Hashes 2025-04-28 16:43:22 +02:00
r4mos
a2665ba213 Add to ECDSA Verify the message format 2025-04-25 13:56:10 +02:00
Josh Bloom
0a94c4a7c9
Merge branch 'master' into master 2025-04-22 23:33:28 -05:00
Jeremy Giudicelli
bd8906f46b fix : add Categories and index 2025-04-17 13:40:01 +02:00
Jeremy Giudicelli
26d8fa51b0 fix : delete space and add new line 2025-04-17 13:27:45 +02:00
Jeremy Giudicelli
ad91099d5e feat : add Blake3 hashing
import hash-wasm to hash inputs in utf-8 with optional key also in utf-8 and outputs in Hex
2025-04-17 11:37:35 +02:00