j433866
|
1135ca5fb4
|
Remove duplicate function.
Fix reading QR codes with transparent backgrounds
|
2019-07-02 16:31:26 +01:00 |
|
j433866
|
be08a62f52
|
Add webpack config for font files
|
2019-07-02 15:31:29 +01:00 |
|
j433866
|
f473807459
|
Bring up to date with master
|
2019-07-02 14:23:17 +01:00 |
|
j433866
|
3a197379d5
|
Remove unused self.port variable
|
2019-07-02 13:44:04 +01:00 |
|
j433866
|
a9f8dac656
|
Fix stepping.
Move stepping logic into App.
Change toggleBakeButtonFunction to use a str instead of booleans.
Tidy up handleLoaderMessage in InputWaiter.
|
2019-07-02 12:23:46 +01:00 |
|
j433866
|
3dc57c4a4a
|
Update copyright year on solarized themes
|
2019-07-02 10:35:06 +01:00 |
|
mshwed
|
4c9a61f5a7
|
Added bit reversal
|
2019-07-01 19:02:07 -04:00 |
|
j433866
|
ba4740a245
|
Correct documentation
|
2019-07-01 13:42:06 +01:00 |
|
j433866
|
86c37bab3f
|
Clone dish instead of using the current dish.
Use Dish.STRING instead of "string" for get()
|
2019-07-01 13:41:48 +01:00 |
|
j433866
|
dd5038c15b
|
Bring up to date with master
|
2019-07-01 11:51:17 +01:00 |
|
mshwed
|
550ab403f6
|
Initial operation setup
|
2019-06-30 21:28:00 -04:00 |
|
h345983745
|
bac2e8c014
|
Removed V4 + V6 options
|
2019-06-29 01:12:50 +01:00 |
|
n1474335
|
f22211ce8c
|
Backslashes are now escaped correctly by 'Unescape string'. CLoses #582
|
2019-06-28 17:13:54 +01:00 |
|
n1474335
|
6f6786d79e
|
Baking controls now scale to fit the pane correctly
|
2019-06-28 17:09:00 +01:00 |
|
n1474335
|
c1ad2386ef
|
Improvements to Entropy operation. Converted to ArrayBuffers, improved efficiency with large files, added present method back in.
|
2019-06-28 15:00:19 +01:00 |
|
mshwed
|
b0b6de116d
|
Fixed linting issue
|
2019-06-27 14:11:26 -04:00 |
|
mshwed
|
1b161f997b
|
Refactored advanced entropy operation into entropy operation
|
2019-06-27 14:09:41 -04:00 |
|
mshwed
|
b99af58636
|
Merge branch 'master' of https://github.com/gchq/CyberChef into feature/advanced-entropy
|
2019-06-27 13:15:19 -04:00 |
|
Matt
|
c46928aefe
|
Added tests
|
2019-06-27 17:51:37 +01:00 |
|
n1474335
|
1b765605ca
|
Updated dependencies
|
2019-06-27 17:29:27 +01:00 |
|
Matt
|
4c27a46d35
|
Added PGP verify operation
Added some more metadata to decrypt & verify
Fixes gchq/CyberChef#581
|
2019-06-27 16:48:03 +01:00 |
|
n1474335
|
d184e40116
|
Added min and max for Bzip2 block size arg
|
2019-06-27 16:45:16 +01:00 |
|
n1474335
|
596db07647
|
Merge branch 'features/bz2-comp' of https://github.com/artemisbot/CyberChef into artemisbot-features/bz2-comp
|
2019-06-27 16:44:42 +01:00 |
|
n1474335
|
30bf95f2c1
|
Merge branch 'oct' of https://github.com/wh0/CyberChef into wh0-oct
|
2019-06-27 15:55:34 +01:00 |
|
n1474335
|
e11aec64cd
|
Modified wording for IC op
|
2019-06-27 15:42:32 +01:00 |
|
n1474335
|
71575e49d7
|
Merge branch 'index-of-coincidence' of https://github.com/Ge0rg3/CyberChef into Ge0rg3-index-of-coincidence
|
2019-06-27 15:41:20 +01:00 |
|
n1474335
|
d7e4c28cd0
|
Merge branch 'bugfix/json-to-csv' of https://github.com/MShwed/CyberChef into MShwed-bugfix/json-to-csv
|
2019-06-27 15:36:12 +01:00 |
|
n1474335
|
cde3eb2c39
|
Merge branch 'popover-patch' of https://github.com/Ge0rg3/CyberChef into Ge0rg3-popover-patch
|
2019-06-27 15:31:57 +01:00 |
|
wh0
|
f29d8eeda8
|
Parse octal escape sequences
|
2019-06-25 18:35:25 -07:00 |
|
mshwed
|
daee7ac761
|
Merge branch 'master' of https://github.com/gchq/CyberChef into feature/advanced-entropy
|
2019-06-20 14:11:51 -04:00 |
|
mshwed
|
313d1a580e
|
Merge branch 'master' of https://github.com/gchq/CyberChef into bugfix/json-to-csv
|
2019-06-20 13:59:08 -04:00 |
|
mshwed
|
824d8e929a
|
Fixed linting issues
|
2019-06-20 13:26:35 -04:00 |
|
mshwed
|
862d2adf1d
|
Added missing HTML entities
|
2019-06-20 13:08:20 -04:00 |
|
j433866
|
906ece0c02
|
Remove loading files modal
|
2019-06-20 13:47:30 +01:00 |
|
j433866
|
0bcf57e89c
|
Improve printing text to improve output quality.
Now resizes the text instead of the image
|
2019-06-20 12:58:02 +01:00 |
|
j433866
|
c529a406cd
|
Fix switchClick not always being fired.
Run detectFileType on switched output
|
2019-06-18 15:10:51 +01:00 |
|
j433866
|
05d81eb734
|
Merge remote-tracking branch 'upstream/master' into multiple-input-files
|
2019-06-14 14:56:16 +01:00 |
|
j433866
|
e35ef8f39b
|
Escape HTML for error messages being sent to alert
|
2019-06-14 14:31:38 +01:00 |
|
j433866
|
370cae3c8d
|
Fix incorrect value being sent to dishworker
|
2019-06-13 15:39:11 +01:00 |
|
j433866
|
5731f5c75c
|
Add dishworker
|
2019-06-13 14:48:38 +01:00 |
|
j433866
|
34d03973f9
|
Improve queueing for getDish... messages.
Force wheel event to be not passive.
Change maxworkers to be navigator.hardwareConcurrency - 1
|
2019-06-13 14:48:28 +01:00 |
|
j433866
|
84204c1d12
|
Add mime type detection to tab title.
Move addition of close tab button back
|
2019-06-13 11:13:53 +01:00 |
|
j433866
|
6ee76e3bf0
|
Add getDishTitle function
|
2019-06-13 09:43:58 +01:00 |
|
j433866
|
f497dc3170
|
Handle progressMessage in background waiter.
Don't update tab progress if there's no set recipe
|
2019-06-11 10:01:40 +01:00 |
|
j433866
|
749ffdd5d1
|
Move input tab code
|
2019-06-11 09:50:29 +01:00 |
|
George O
|
e709582062
|
Disappearing Popover Fix
|
2019-06-10 19:19:50 +01:00 |
|
j433866
|
713f10e63a
|
Turn input tabs into progress bars
|
2019-06-10 16:07:01 +01:00 |
|
j433866
|
9d60ef5f72
|
Turn output tabs into progress bars!
|
2019-06-10 15:39:21 +01:00 |
|
j433866
|
5a52e5e9b3
|
Remove new lines from input tab header
|
2019-06-10 13:08:03 +01:00 |
|
j433866
|
d99cf9d499
|
Use function in TabWaiter
|
2019-06-10 13:03:07 +01:00 |
|