n1474335
d175aa958c
DES no longer requires an IV in ECB mode
2019-10-18 11:09:12 +01:00
n1474335
ac3c220789
9.7.15
2019-10-16 17:36:25 +01:00
n1474335
add65e121a
Merge branch 'Storms-Engineering-master'
2019-10-16 17:36:02 +01:00
n1474335
de2e757691
Merge branch 'master' of https://github.com/Storms-Engineering/CyberChef into Storms-Engineering-master
2019-10-16 17:34:58 +01:00
n1474335
eb34ab4f6a
9.7.14
2019-10-16 17:23:59 +01:00
n1474335
08e4232166
Merge branch 'wh0-backslash'
2019-10-16 17:23:47 +01:00
n1474335
adf9772928
Added tests for Utils.parseEscapedChars
2019-10-16 17:22:48 +01:00
n1474335
562171ec86
Merge branch 'backslash' of https://github.com/wh0/CyberChef into wh0-backslash
2019-10-16 16:47:01 +01:00
n1474335
e9e162319f
Merge branch 'BjoernAkAManf-master'
2019-10-16 16:32:20 +01:00
n1474335
17c9ffe107
Tidied up chainCommands function in Gruntfile
2019-10-16 16:32:06 +01:00
n1474335
1831c84a29
Merge branch 'master' of https://github.com/BjoernAkAManf/CyberChef into BjoernAkAManf-master
2019-10-16 16:23:09 +01:00
n1474335
7e27449204
Fixed search box appaerance in Firefox
2019-10-16 16:12:22 +01:00
n1474335
282476d530
Merge branch 'Xenonym-chore/remove-duplicate-issue-template'
2019-10-16 16:04:49 +01:00
n1474335
fce0728d5d
Updated bug report template
2019-10-16 16:04:36 +01:00
n1474335
0e9ac90607
Merge branch 'chore/remove-duplicate-issue-template' of https://github.com/Xenonym/CyberChef into Xenonym-chore/remove-duplicate-issue-template
2019-10-16 15:59:59 +01:00
n1474335
5383f56b26
9.7.13
2019-10-16 15:51:06 +01:00
n1474335
a02484c6cd
Merge branch 'Storms-Engineering-IV-length-Error'
2019-10-16 15:50:51 +01:00
n1474335
be365f66ef
Added length check to Triple DES IVs
2019-10-16 15:50:37 +01:00
n1474335
011dc09d5e
Merge branch 'IV-length-Error' of https://github.com/Storms-Engineering/CyberChef into Storms-Engineering-IV-length-Error
2019-10-16 15:43:47 +01:00
n1474335
fc4d6d2d2e
9.7.12
2019-10-16 15:39:56 +01:00
n1474335
9d73127cae
Fixed some typos
2019-10-16 15:38:20 +01:00
n1474335
223743e3b5
Removed Clippy
2019-10-16 15:37:18 +01:00
n1474335
44ed372f21
9.7.11
2019-10-16 15:10:16 +01:00
n1474335
4d1f970105
Added test to ensure all operations are in a category. Added various operations to categories.
2019-10-16 15:10:03 +01:00
n1474335
b28a891a40
9.7.10
2019-10-15 16:26:01 +01:00
n1474335
834ff95702
Base64 operations now throw a meaningful error if the alphabet is the wrong length
2019-10-15 16:25:52 +01:00
Storms-Engineering
3e93580aa4
DES Encrypt/Decrypt - checks length of IV string
...
Checks the length of IV string when encrypting. DES encrypt/decrypt test swas updated to use utf8 instead of HEX.
2019-10-12 09:42:13 -08:00
Storms-Engineering
7a3ca027bb
PHP Deserialize NULL values converted to correctly
...
PHP Deserialize now correctly returns N as a null instead of an empty object
2019-10-12 05:56:10 -08:00
Tan Zhen Yong
3c021919dd
Rename feature request issue template
...
- to remain consistent with other issue templates using a `-` instead of `_`
2019-10-12 16:17:40 +08:00
Tan Zhen Yong
2106e8ddb0
Remove duplicate bug report issue template
...
The bug report issue template is duplicated (`bug-report.md` and
`bug_report.md`, note the `-`/`_` difference).
Thus, GitHub was unable to use the bug report issue template, and it
does not show up when a new issue is being created.
Let's remove the duplicate template `bug_report.md`.
2019-10-12 16:13:40 +08:00
n1474335
3472484601
Merge branch 'd98762625-fix-node-tests'
2019-10-09 16:19:39 +01:00
n1474335
826a8c8a74
Merge branch 'fix-node-tests' of https://github.com/d98762625/CyberChef into d98762625-fix-node-tests
2019-10-09 16:18:54 +01:00
n1474335
c66703f0ca
9.7.9
2019-10-09 16:14:47 +01:00
n1474335
874e7d8d54
Merge branch 'expose-operationerror'
2019-10-09 16:14:38 +01:00
n1474335
4e2b85b8c8
Merge branch 'master' into expose-operationerror
2019-10-09 16:14:03 +01:00
n1474335
5314a456cb
9.7.8
2019-10-09 16:12:46 +01:00
n1474335
ba2a5b195c
Improved PE extractor to also carve the overlay if possible
2019-10-09 16:12:41 +01:00
d98762625
f8115671ee
fix linting tests
2019-10-07 18:05:28 +01:00
d98762625
494279edd8
update gitignore
2019-10-07 18:01:35 +01:00
d98762625
bd6673afed
Merge branch 'master' of github.com:gchq/CyberChef into expose-operationerror
2019-10-07 17:59:00 +01:00
d98762625
210daf7324
make async node tests actually fail when they fail. Update tests that were failing
2019-10-07 17:41:51 +01:00
wh0
d60d595254
Utils: don't consume three backslashes at a time
2019-10-06 17:07:58 -07:00
n1474335
06708949a1
9.7.7
2019-10-04 17:52:15 +01:00
n1474335
da901e20d9
Added several more file signatures. The background magic button now highlights when a file type has been detected.
2019-10-04 17:52:09 +01:00
Björn Heinrichs
c28999ec6f
Fixed building on Windows
...
On Windows OperationConfig was not generated.
See #360 #645 for more Information.
2019-10-03 02:23:18 +02:00
n1474335
6810f38808
9.7.6
2019-10-01 17:11:36 +01:00
n1474335
087cc6b8fd
Fixed webm signature
2019-10-01 17:11:31 +01:00
n1474335
10c8101476
9.7.5
2019-10-01 16:54:26 +01:00
n1474335
22028b074a
Added support for many more file types to file signature operations
2019-10-01 16:54:19 +01:00
n1474335
3d086beed2
9.7.4
2019-10-01 12:15:07 +01:00