Matt C
d020c53dfb
Update to support added features since last master merge
...
- Operation counts
- Allow toggling on favourite icon
- Notify users that a single tap does nothing in the operations list
- Fix odd checkbox label position on macos
- Fix odd label pinning
- History update now happens on drag operation removal
- Show compile message rather than "download cyberchef" in banner
2026-02-06 15:37:20 -05:00
Matt C
9d3567e0e6
Merge remote-tracking branch 'origin/master' into 181-responsive-ui
2026-02-06 11:35:27 -05:00
Robin Scholtes
85b1dee6fc
[181] resolve undefined operation name on drag event to recipe list
2024-06-01 11:31:34 +12: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
n1474335
57c8c6dbc6
Added operation counts to categories and ops list with option to hide by default for categories.
2024-05-13 17:48:09 +01:00
n1474335
bbebba6481
Added pause after setting complex input to avoid race conditions
2024-04-25 18:10:59 +01:00
n1474335
f0a49fefa4
Extended time for autoBake to trigger in a test
2024-04-25 17:51:31 +01:00
n1474335
48f3bf9ea7
10.18.3
2024-04-24 18:09:21 +01:00
n1474335
b7a7eebc78
More test tweaks
2024-04-24 18:09:15 +01:00
n1474335
2e76e44a5a
Tweaked UI test
2024-04-24 17:40:16 +01:00
n1474335
718ce9ea11
10.18.2
2024-04-24 17:13:57 +01:00
n1474335
a79be1e3ef
Removed autoBakePause flag and statechange trigger in InputWaiter.set() as they are redundant.
2024-04-24 17:13:44 +01:00
n1474335
0a709acafe
Merge branch 'zb3-fix-testui-race-condition'
2024-04-24 16:43:38 +01:00
n1474335
29efd77eaf
Merge branch 'fix-testui-race-condition' of https://github.com/zb3/CyberChef into zb3-fix-testui-race-condition
2024-04-24 16:35:12 +01:00
n1474335
2d6ac8023e
10.18.1
2024-04-24 13:27:07 +01:00
n1474335
2f42f515b0
Updated chromedriver
2024-04-24 13:26:57 +01:00
n1474335
f304f0832b
10.18.0
2024-04-24 13:11:20 +01:00
n1474335
801f3a578d
Updated CHANGELOG
2024-04-24 13:11:16 +01:00
n1474335
0a353eeb37
Improved XXTEA operations. Added XXTEA Decrypt.
2024-04-24 13:09:17 +01:00
n1474335
2e2490ce47
10.17.1
2024-04-23 18:29:43 +01:00
n1474335
361a35b44c
Removed trailing spaces from RAKE
2024-04-23 18:29:04 +01:00
n1474335
e61d64f618
Wording and stats improvements
2024-04-23 18:28:08 +01:00
a3957273
42ad9a49f3
Merge pull request #1786 from zb3/fix-overwritten-output
2024-04-15 01:17:49 +01:00
a3957273
7538be68c5
Merge pull request #1275 from cplussharp/ec-asn1
2024-04-15 01:15:36 +01:00
CPlusSharp
21ac516248
ECDSA JSON Web Signature format
...
used e.g. by JWT
2024-04-14 17:18:06 +02:00
CPlusSharp
7e7195c291
ECDSA: Output keys as JSONWebKeySet instead of two JWK
2024-04-14 16:53:09 +02:00
CPlusSharp
1fbc7e03f0
make the ECDSA JSON signature parsing more robust
...
also rename the format to "Raw JSON"
as I will later introduce "JSON Web Signature"
2024-04-14 16:46:55 +02:00
CPlusSharp
7b54d9e873
ECDSA rename signature format "Concat HEX" to "P1363 HEX"
...
this format name is more specific and easier to search for on the internet
2024-04-14 15:20:41 +02:00
a3957273
8ab2256b88
v10.17.0
2024-04-13 22:15:03 +00:00
a3957273
6e8c759dde
Merge pull request #1788 from EvieHarv/master
2024-04-13 22:24:10 +01:00
a3957273
a429902d41
Merge pull request #1751 from sw5678/master
2024-04-13 22:20:53 +01:00
a3957273
f6c5a04088
Merge branch 'master' into master
2024-04-13 22:04:53 +01:00
a3957273
edc23a860d
Merge pull request #1642 from cplussharp/pubkey-from-cert
2024-04-13 21:24:27 +01:00
a3957273
67195f65e7
Merge pull request #1277 from cplussharp/jwk
2024-04-13 20:54:38 +01:00
a3957273
4619a511d4
Merge pull request #541 from TheZ3ro/hide-recipe-options
2024-04-13 20:22:31 +01:00
CPlusSharp
cbf990fab9
JWK conversion from/to PEM
2024-04-13 13:30:46 +02:00
CPlusSharp
8f182e4a9b
Sign/Verify Operations for ECDSA
...
also an Operation for ECDSA signature conversion,
as there could be multiple formats of the signature
2024-04-13 12:57:14 +02:00
CPlusSharp
7a2c9ddbc4
Operation: Generate ECDSA Key Pair
2024-04-13 12:55:21 +02:00
CPlusSharp
28e2a391b8
Public Key from Private Key
2024-04-13 12:39:58 +02:00
CPlusSharp
f86817bc86
Public Key from Certificate
2024-04-13 12:38:14 +02:00
n1474335
cc28c6af1a
10.16.0
2024-04-12 14:55:21 +01:00
n1474335
d21a6c8598
Updated CHANGELOG
2024-04-12 14:55:13 +01:00
n1474335
7b2d572902
Added 'JA4Server Fingerprint' operation
2024-04-12 14:41:00 +01:00
sw5678
0cfb67bd06
Improved readability and efficiency of RAKE
2024-04-12 11:27:29 +01:00
sw5678
f606d4b25f
Merge branch 'gchq:master' into master
2024-04-12 10:43:52 +01:00
sw5678
2191d20fb5
Removed trailing whitespace
2024-04-12 10:40:33 +01:00