n1474335
|
f8d1cf2f60
|
Tidied up 'Render Markdown' operation
|
2019-08-30 15:46:24 +01:00 |
|
n1474335
|
e129425d8d
|
Merge branch 'render-markdown' of https://github.com/j433866/CyberChef into j433866-render-markdown
|
2019-08-30 15:33:47 +01:00 |
|
n1474335
|
9dd5234962
|
Tidied up 'Show on map' operation
|
2019-08-30 11:56:48 +01:00 |
|
n1474335
|
018532016b
|
Merge branch 'show-on-map' of https://github.com/j433866/CyberChef into j433866-show-on-map
|
2019-08-30 11:44:12 +01:00 |
|
Ge0rg3
|
d23a584b9e
|
Randomize Colour Palette Operation
|
2019-08-29 16:17:07 +01:00 |
|
n1474335
|
572f035877
|
Background magic is now debounced to prevent it firing too often.
|
2019-08-29 14:08:56 +01:00 |
|
j433866
|
b94eb6adb0
|
Add syntax highlighting
Explicitly disable HTML rendering.
Updated description.
|
2019-08-29 14:08:07 +01:00 |
|
j433866
|
45fccb94e1
|
Merge remote-tracking branch 'upstream/master' into render-markdown
|
2019-08-29 13:23:37 +01:00 |
|
j433866
|
2628f17fae
|
Change maps source to use Wikimedia maps.
Add link to Wikimedia maps ToS.
If there's no data, show the map anyway.
|
2019-08-29 11:43:45 +01:00 |
|
j433866
|
69fb6e77fc
|
Merge remote-tracking branch 'upstream/master' into show-on-map
|
2019-08-29 10:42:40 +01:00 |
|
j433866
|
59917cca45
|
Add overflow CSS rule to fix scrolling. Fixes #626
|
2019-08-29 10:18:52 +01:00 |
|
n1474335
|
c9deaae744
|
Updated supported browser versions.
|
2019-08-28 17:14:12 +01:00 |
|
Ge0rg3
|
950a12360e
|
Tests + Bug Fixes
* Test cases for LSB extraction, RGBA extraction and bit plane browsing
* Bug fix for alpha planes in bit plane browser
|
2019-08-28 17:07:43 +01:00 |
|
n1474335
|
4c28627459
|
Added pulse to Background Magic button to draw attention.
|
2019-08-28 16:14:13 +01:00 |
|
Ge0rg3
|
48831225ac
|
Extract RGBA Values Operation
|
2019-08-28 09:58:00 +01:00 |
|
Ge0rg3
|
4e8a79d8f1
|
Bit Plane Browser and LSB Extraction
Bit Plane Browser and LSB Extraction
Bit Plane Browser and LSB Extraction
|
2019-08-28 01:06:59 +01:00 |
|
n1474335
|
094d352e5f
|
Added eslint space-before-blocks rule
|
2019-08-27 18:13:33 +01:00 |
|
n1474335
|
44b90be7d6
|
Added 'fully qualified' to the description for the 'Extract Domains' operation to reduce ambiguity. #618
|
2019-08-27 17:59:45 +01:00 |
|
n1474335
|
c541eebe3e
|
Merge branch 'ip-format-octal' of https://github.com/csmith/CyberChef into csmith-ip-format-octal
|
2019-08-27 13:00:54 +01:00 |
|
Chris Smith
|
6c9ce15b26
|
Add octal support to Change IP Format.
Also add test cases covering interchanging between all four
formats.
|
2019-08-24 01:14:44 +01:00 |
|
Chris Hepner
|
8e1bd36b4c
|
Fix typo in ScanForEmbeddedFiles
Change "suffiently" to "sufficiently"
|
2019-08-23 14:52:16 -07:00 |
|
n1474335
|
0031345383
|
Tidied up 'Parse UDP' operation
|
2019-08-23 10:56:13 +01:00 |
|
n1474335
|
46fa7475cf
|
Merge branch 'udp-header-parser' of https://github.com/h345983745/CyberChef into h345983745-udp-header-parser
|
2019-08-23 10:40:24 +01:00 |
|
n1474335
|
db3faf16b0
|
Merge branch 'master' of github.com:gchq/CyberChef
|
2019-08-22 16:34:00 +01:00 |
|
n1474335
|
9774a4bd26
|
Tidied up CR preservation code
|
2019-08-22 16:31:21 +01:00 |
|
j433866
|
737ea19c9e
|
Fix AES decryption in GCM mode not using IVs.
Updated tests to match new results.
Included a Python script to generate AES-GCM tests
|
2019-08-22 14:54:58 +01:00 |
|
j433866
|
82b5e97a2b
|
Merge branch 'master' into render-markdown
|
2019-08-22 12:31:52 +01:00 |
|
j433866
|
c43f829854
|
Slightly change wording of alerts
|
2019-08-22 11:56:14 +01:00 |
|
j433866
|
f43a868607
|
Add carriage return detection for pasted and switched inputs.
Fix switching the output to input not working properly.
Add nicer confirmation boxes for zipping outputs.
|
2019-08-22 11:53:41 +01:00 |
|
j433866
|
9f2d1453ed
|
Make the wordWrap change event only fire when the
word wrap checkbox is changed
|
2019-08-22 11:26:43 +01:00 |
|
j433866
|
082d939f7d
|
Add customisations for confirm box.
Can change the text of the accept and reject buttons.
Now returns undefined if the user clicks off it
|
2019-08-22 11:26:04 +01:00 |
|
j433866
|
19553dcfed
|
Fix parse colour code operation.
The interactive part broke due to changes for multiple inputs.
Now fires the inputChange event with a fake keyup event to autobake
|
2019-08-22 11:00:04 +01:00 |
|
n1474335
|
863551ee1d
|
AES Decrypt now handles blank IVs correctly. Fixes #613
|
2019-08-21 14:27:56 +01:00 |
|
n1474335
|
82abdb50b1
|
Fixed bug in Protobuf library causing issues with long keys
|
2019-08-20 15:20:43 +01:00 |
|
h345983745
|
b8dbb11136
|
Spelling
|
2019-08-19 21:05:38 +01:00 |
|
h345983745
|
b14cb99587
|
Removed console.log
|
2019-08-19 20:55:04 +01:00 |
|
h345983745
|
1d32a5939c
|
Core UDP parsing functionality
Added to categorie
Description
Added Tests
Added tests
|
2019-08-19 20:48:05 +01:00 |
|
j433866
|
ae1cd8ba3e
|
Add fade animation to modals
|
2019-08-15 15:03:13 +01:00 |
|
n1474335
|
43472394c7
|
Tidied up 'Defang IP Addresses' operation
|
2019-08-13 14:23:41 +01:00 |
|
n1474335
|
a4e9025b8e
|
Merge branch 'defang-ip' of https://github.com/h345983745/CyberChef into h345983745-defang-ip
|
2019-08-13 14:19:34 +01:00 |
|
n1474335
|
d90a23bfd5
|
Added 'Parse SSH Host Key' operation to the Networking category
|
2019-08-13 14:11:52 +01:00 |
|
j433866
|
1cdcaebb4d
|
Merge remote-tracking branch 'upstream/master' into ssh-host-key
Bring up to date with master
|
2019-08-13 13:26:40 +01:00 |
|
n1474335
|
66b82598e3
|
Merge branch 'use-std-esm' of github.com:gchq/CyberChef
|
2019-08-12 15:26:15 +01:00 |
|
n1474335
|
0e95ad8ed6
|
Updated a range of operations to use ArrayBuffers instead of byteArrays to improve performance with large files.
|
2019-07-29 17:09:46 +01:00 |
|
n1474335
|
82b94fad5d
|
Fixed BigNumber type coercion issues when passed between workers
|
2019-07-29 15:14:29 +01:00 |
|
j433866
|
42cfed5fa8
|
Fix file inputs being overwritten with strings.
Added force option in case we really need to overwrite
|
2019-07-25 15:16:07 +01:00 |
|
j433866
|
e4452b906e
|
Fix functions not being awaited
|
2019-07-25 15:14:12 +01:00 |
|
j433866
|
36abaeb6fb
|
Fix tab bar shadows appearing when they shouldn't
|
2019-07-24 14:22:56 +01:00 |
|
Matt
|
b3a10d4f9e
|
Made some better colour choices
|
2019-07-23 19:17:21 +01:00 |
|
Matt
|
d4c4e2599d
|
Reduced redundancy
|
2019-07-22 23:16:17 +01:00 |
|