a3957273
d13218caaf
Merge pull request #1739 from e218736/options-dialog-keyboard-navigation
2024-04-11 15:24:57 +01:00
Ethan Harvey
00f7914c5c
Fix affine encode testcase
2024-04-10 23:57:53 +00:00
Ethan Harvey
a09f8451fd
Require (a, 26) to be coprime in affine encode
2024-04-10 23:19:50 +00:00
TheZ3ro
670c370b90
Merge branch 'master' into hide-recipe-options
2024-04-09 09:22:03 +02:00
a3957273
b2e400f474
Merge pull request #1743 from e218736/button-aria-labels
2024-04-09 00:44:48 +01:00
a3957273
8c283c7b19
Merge pull request #1783 from zb3/fix-expectOutput
2024-04-07 21:59:30 +01:00
zb3
db331e94ee
fix ui test code style
2024-04-07 01:20:11 +02:00
zb3
2e284d3842
Fix autobake ui test
2024-04-07 00:37:09 +02:00
zb3
a81b2064d4
Abort the previous bake when attempting the next autobake
2024-04-07 00:23:17 +02:00
zb3
a23e47d8f9
Merge branch 'master' into fix-expectOutput
2024-04-06 13:35:28 +02:00
zb3
e3033173d7
Merge branch 'master' into fix-testui-race-condition
2024-04-06 13:33:59 +02:00
TheZ3ro
1fbf6c94cd
Merge branch 'master' into hide-recipe-options
2024-04-06 11:48:59 +02:00
thez3ro
bf9066ae2e
fix: make the linter happy
2024-04-06 09:30:52 +00:00
n1474335
33a473c09b
10.15.1
2024-04-05 18:12:26 +01:00
n1474335
409e795ce9
Moved UUID regex in list
2024-04-05 18:12:06 +01:00
n1474335
6ca60cb013
Improvements to HEIF file signature and GIF file extractor
2024-04-05 18:11:51 +01:00
n1474335
ef52195167
Fixed and improved some infoURLs
2024-04-05 18:10:57 +01:00
n1474335
ed930d2364
Moved ops to different modules
2024-04-05 18:10:14 +01:00
n1474335
1b870e559e
Updated copyright declarations to a range up to the latest commit
2024-04-05 18:09:07 +01:00
n1474335
d3fb8bd6e9
Fixed typos
2024-04-05 18:08:21 +01:00
zb3
1adc2ff930
Make loadURIParams set input non-silently
...
Silent input changes might be overwritten due to the debounce logic present inside inputChange.
2024-04-05 18:52:50 +02:00
zb3
fc40580dce
Avoid calling inputChange when setting encoding inside loadURIParams
...
Otherwise the debounce logic sometimes causes the input to be overriden by the previous value.
2024-04-05 18:48:45 +02:00
zb3
4652608297
Fix character encoding io test
...
Since the output encoding autodetection was introduced, this test was no longer correct.
That wasn't detected because of the expectOutput bug.
2024-04-05 17:14:05 +02:00
zb3
0f0efefbf7
Make expectOutput actually check the output
2024-04-05 17:13:05 +02:00
n1474335
ab0493f53a
Update CHANGELOG
2024-04-05 15:56:31 +01:00
TheZ3ro
a1892d4411
Merge branch 'master' into hide-recipe-options
2024-04-05 13:23:28 +02:00
tomgond
98e4a5d2fa
Fix category names
...
"Vigenère Encode",
"Vigenère Decode",
2024-04-03 22:50:31 +03:00
tomgond
73124da19c
Added test for timedifference operation.
2024-04-03 22:44:01 +03:00
tomgond
dbcce2e0af
Add TimeDifference Operation
...
Allow to calculate the time between two input DateTimes (with delimiter between them).
trailing newlines are ignored.
Error is raised when needed.
Output can be positive or negative depending on the order of the input.
2024-04-03 22:43:15 +03:00
tomgond
39df81acb5
Add DATE_DELIM_OPTIONS
...
We do not want ":" since it's common in time strings. Same goes for space.
2024-04-03 22:41:02 +03:00
tomgond
5290e28ba2
Add Time Difference to catagories.json under Date/Time
2024-04-03 22:39:33 +03:00
a3957273
016825d4de
Update CHANGELOG.md
2024-04-02 22:27:15 +01:00
a3957273
c35557aea5
Merge branch 'master' of https://github.com/gchq/CyberChef
2024-04-02 20:40:19 +00:00
a3957273
b5959c6f01
10.15.0
2024-04-02 20:40:09 +00:00
a3957273
2000938040
Merge pull request #1732 from tomgond/date-delta
2024-04-02 21:38:18 +01:00
a3957273
c795271502
Change output to 'html'
2024-04-02 20:27:48 +00:00
a3957273
1d4c810554
Merge pull request #512 from MShwed/feature/extract-hashes
2024-04-02 21:22:51 +01:00
a3957273
ccd3839a9b
Merge pull request #1504 from jkataja/parse-csr
2024-04-02 21:17:51 +01:00
Janne Kataja
fda77cf37a
add option to show Parse CSR only supports RSA
2024-04-02 21:30:59 +02:00
a3957273
dc8c185c39
Merge pull request #1769 from gchq/revert-1753-jsonwebtoken-vuln
2024-04-02 18:10:01 +01:00
a3957273
99efcb521d
Revert "Updated jsonwebtoken dependency to 9+"
2024-04-02 18:09:48 +01:00
Matt Shwed
d2bd397e8c
Merge branch 'master' into feature/extract-hashes
2024-04-02 09:13:16 -04:00
a3957273
944810614a
Merge pull request #1767 from zb3/fix-evpkey
2024-04-02 10:59:05 +01:00
Matt Shwed
21e5641196
Merge branch 'master' into feature/extract-hashes
2024-04-01 22:30:46 -04:00
mshwed
077b11e33b
Fixed op name in test
2024-04-01 22:30:18 -04:00
mshwed
8d4ad6ae75
Minor changes. Added test cases.
2024-04-01 22:22:43 -04:00
zb3
ab47b3557f
Fix CryptoJS argument passing in DeriveEVPKey
...
CryptoJS treats strings as Utf8, so for binary strings, Latin1 needs to be used.
2024-04-01 23:04:00 +02:00
Janne Kataja
c5e5ed2b4d
add Certificate Signing Request (CSR) parse action
2024-04-01 22:41:21 +02:00
tomgond
dd2cfe8bac
Merge branch 'master' into date-delta
2024-04-01 23:32:13 +03:00
a3957273
8a17abae45
Merge pull request #1765 from zb3/fix-ciphersaber2
2024-04-01 18:05:32 +01:00