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
|
5265da5714
|
General cleaning up, also changing some operations to not return errors, but throw OperationErrors.
|
2025-06-20 15:44:44 -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
|
cf0733dc6f
|
Update after QA. Added a function in Bitcoin.mjs to return valid extended key versions, which is now used in SeedToMPK, KeyToExtendedKey and ChangeExtendedKeyVersion. This will make sure only valid version options are given. Also added some input sanitization code to deal with blank input.
|
2025-06-19 09:41:52 -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 |
|
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 |
|
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 |
|
David C Goldenberg
|
d745a516cb
|
Update to the index and Categories after operations are added.
|
2024-11-21 13:44:58 -05:00 |
|
David C Goldenberg
|
78640a804e
|
Update: Added a ETH to TRX conversion operation.
|
2024-10-29 15:48:35 -04:00 |
|
David C Goldenberg
|
f7ebae4e88
|
Hotfix: Fixed a bug where if a private or public key ended with a0 or other whitespace byte, the validatePrivate or Public Key function in Bitcoin.mjs would strip that byte. In addition added a Public Key To TRX Address Operation.
|
2024-10-06 21:25:48 -04:00 |
|
David C Goldenberg
|
e96e31cd52
|
Updated to npm 20.17.0, and installed bip32 and bitcoinerlab/secp256k1. TestUI passes locally.
|
2024-09-26 13:14:18 -04:00 |
|
David C Goldenberg
|
f53e50e6bc
|
Updated chromedriver to 129.0.0
|
2024-09-26 10:06:44 -04:00 |
|
David C Goldenberg
|
6c96c05175
|
Updated Dockerfile to be consistent with GCHQ version.
|
2024-09-26 09:00:41 -04:00 |
|
David C Goldenberg
|
fdcc13c3a2
|
Updated git ignore and Dockerfile. Tested builds.
|
2024-09-25 21:49:06 -04:00 |
|
David C Goldenberg
|
64d3aeb7f7
|
Update after merging from new master. Compiled and run with npm 18.16.0. Reinstalled bip32 library.
|
2024-09-25 21:19:35 -04:00 |
|
David C Goldenberg
|
f474ffaf72
|
Added BIP32Derive, which uses bip32 from bitcoinjs. Modified a few more operations. Code compiles with 20.3.0
|
2024-08-19 20:37:12 -04:00 |
|
n1474335
|
d635cca210
|
10.19.2
|
2024-08-14 15:35:17 +01:00 |
|
n1474335
|
0e82e4b7c6
|
Updated chromedriver
|
2024-08-14 15:35:12 +01:00 |
|
n1474335
|
5f88ae44ec
|
10.19.1
|
2024-08-14 15:22:06 +01:00 |
|
n1474335
|
7a5225c961
|
Fixed JA4 version fallback value
|
2024-08-14 15:21:57 +01:00 |
|
n1474335
|
a477f47aec
|
Merge branch 'master' of github.com:gchq/CyberChef
|
2024-06-21 14:14:59 +01:00 |
|
n1474335
|
965570d250
|
10.18.9
|
2024-06-21 14:12:36 +01:00 |
|
n1474335
|
ab37c1e562
|
Fixed Optical Character Recognition and added tests
|
2024-06-21 14:12:28 +01:00 |
|
a3957273
|
40fda00db4
|
Bump to 10.19.0
|
2024-06-21 08:09:53 +00:00 |
|
a3957273
|
d5374454f4
|
Merge pull request #1828 from robinsandhu/feat/support-other-keys-in-parse-csr
|
2024-06-21 09:00:12 +01:00 |
|
a3957273
|
4c5577ddeb
|
Merge pull request #1834 from eltociear/patch-1
|
2024-06-18 00:35:50 +01:00 |
|
Ikko Eltociear Ashimine
|
534ab23d9b
|
chore: update SIGABA.mjs
intial -> initial
|
2024-06-14 00:38:25 +09:00 |
|
Robin Sandhu
|
fe9f4fa7a9
|
Fix linting errors
|
2024-06-12 19:00:35 +01:00 |
|
Robin Sandhu
|
a8b1050d75
|
Merge branch 'master' into feat/support-other-keys-in-parse-csr
|
2024-06-12 18:57:04 +01:00 |
|
Robin Sandhu
|
e80d3d59bc
|
Refactor code
|
2024-06-12 18:54:04 +01:00 |
|
a3957273
|
1efbd9dfd1
|
Merge pull request #1200 from AlfredBerg/master
|
2024-06-12 00:01:11 +01:00 |
|
a3957273
|
6c30c9c6b8
|
Merge branch 'master' into master
|
2024-06-11 23:49:11 +01:00 |
|
a3957273
|
4528a1bdb6
|
Merge branch 'master' into feat/support-other-keys-in-parse-csr
|
2024-06-11 22:51:32 +01:00 |
|
n1474335
|
c23a8de5a0
|
Merge branch 'master' of github.com:gchq/CyberChef
|
2024-06-11 18:07:33 +01:00 |
|
n1474335
|
0cd4d41cdc
|
10.18.8
|
2024-06-11 18:07:28 +01:00 |
|
n1474335
|
2b275f0897
|
Updated eslint, Jimp, and other dependencies
|
2024-06-11 18:07:22 +01:00 |
|
a3957273
|
63913f4d45
|
Merge pull request #1829 from piguagua/master
|
2024-06-11 11:26:42 +01:00 |
|
piguagua
|
b6c95492f1
|
chore: remove repeat words
Signed-off-by: piguagua <piguagua@aliyun.com>
|
2024-06-10 17:36:17 +08:00 |
|
Robin Sandhu
|
ae03e34489
|
Add support for ECDSA and DSA keys to Parse CSR operation
|
2024-06-09 01:00:20 +01:00 |
|
n1474335
|
7eb887ca51
|
10.18.7
|
2024-06-06 17:08:58 +01:00 |
|
n1474335
|
74d0166682
|
Fixed GOST sBox arg bug
|
2024-06-06 17:08:37 +01:00 |
|
n1474335
|
18159ce806
|
10.18.6
|
2024-05-16 18:09:22 +01:00 |
|
n1474335
|
86d59783fa
|
Improved GOST algorithm naming and block size selection
|
2024-05-16 18:09:12 +01:00 |
|
n1474335
|
fb818c3149
|
10.18.5
|
2024-05-16 14:29:46 +01:00 |
|
n1474335
|
37398188f9
|
Improved testing to account for race conditions
|
2024-05-16 14:29:32 +01:00 |
|
n1474335
|
d1a0da3f8d
|
10.18.4
|
2024-05-13 17:48:41 +01:00 |
|