n1474335
|
02b92c7977
|
Merge branch 'features/colour-channel' of https://github.com/artemisbot/CyberChef into artemisbot-features/colour-channel
|
2018-12-26 16:10:44 +00:00 |
|
n1474335
|
43dcd544f2
|
Added webpack-bundle-analyzer to production build. Refactored some modules to improve performance. Removed moment-timezone from Utils to drastically reduce module size.
|
2018-12-25 23:58:00 +00:00 |
|
n1474335
|
b29bb6fdd7
|
Added 'DishError' and refined test results.
|
2018-12-25 22:38:53 +00:00 |
|
n1474335
|
9734b78aeb
|
Tidied up QR code operations
|
2018-12-25 21:54:38 +00:00 |
|
n1474335
|
4ee0800990
|
Merge branch 'qrcodes' of https://github.com/j433866/CyberChef into j433866-qrcodes
|
2018-12-25 19:07:59 +00:00 |
|
Matt C
|
454ef0076b
|
Disabled tests
|
2018-12-21 17:19:33 +00:00 |
|
Matt C
|
18693d2471
|
Add tests, however non-functional due to lack of File in Node
Also add jimp to package.json
|
2018-12-21 17:17:11 +00:00 |
|
j433866
|
c2f6b8df66
|
Add tests for Parse QR Code module
|
2018-12-21 11:26:03 +00:00 |
|
Anthony Arnold
|
866dd546c8
|
Add the Play Media operation and place it under a new "Multimedia" category. Move the Render Image to this new category as well.
|
2018-12-20 00:05:10 +10:00 |
|
n1474335
|
076a1f97c2
|
Tidied up 'Text Encoding Brute Force' operations and updated CHANGELOG
|
2018-12-18 13:50:10 +00:00 |
|
n1474335
|
d96ef37d81
|
Merge branch 'text-brute-force' of https://github.com/Cynser/CyberChef into Cynser-text-brute-force
|
2018-12-18 12:28:27 +00:00 |
|
n1474335
|
d89d79116c
|
Cleaned up Base62 ops and updated CHANGELOG
|
2018-12-18 12:19:42 +00:00 |
|
Cynser
|
dacb3ef6c3
|
Added decode option
|
2018-12-17 19:39:12 +00:00 |
|
tcode2k16
|
22454ae842
|
Add "To Base62" and "From Base62" operations
|
2018-12-17 12:37:00 +08:00 |
|
n1474335
|
47a410d6ab
|
Merge branch 'master' of https://github.com/jarmovanlenthe/CyberChef into jarmovanlenthe-master
|
2018-12-15 00:19:16 +00:00 |
|
Oliver Grubin
|
63593f1b6c
|
Fix HMAC operation when hex key has bytes >= 0x80 (#437)
Add test vectors from RFC4231
|
2018-12-14 21:32:44 +00:00 |
|
Jarmo van Lenthe
|
dcff8971e8
|
Added simple A1Z26 'cipher'
|
2018-12-14 22:29:51 +01:00 |
|
Cynser
|
3f7059a235
|
Remove unnecessary escape character
|
2018-12-12 17:49:11 +00:00 |
|
Cynser
|
71c743ff5a
|
Add Text Encoding Brute Force operation
|
2018-12-12 17:34:45 +00:00 |
|
n1474335
|
6f4ee8b7b6
|
Tidied JSON Beautify op. Changed default indent to 4 spaces instead of a tab.
|
2018-11-23 16:05:51 +00:00 |
|
Phillip Nordwall
|
c4c679021d
|
Adding Sort Object Keys, and tests for it.
|
2018-11-22 11:10:10 -08:00 |
|
Phillip Nordwall
|
c16d13e2c9
|
Adding test cases for JSON Minify
|
2018-11-22 11:07:48 -08:00 |
|
Phillip Nordwall
|
97613eb3c7
|
Adding test cases for JSON Beautify
|
2018-11-22 10:31:22 -08:00 |
|
n1474335
|
79d7a5dd87
|
Tidied up Citrix CTX1 operations and updated CHANGELOG
|
2018-11-21 12:28:19 +00:00 |
|
n1474335
|
1653d0212a
|
Merge branch 'citrix' of https://github.com/bwhitn/CyberChef into bwhitn-citrix
|
2018-11-21 10:23:39 +00:00 |
|
Brian Whitney
|
215e7a5f5d
|
Citrix CTX1 encoding/decoding
|
2018-11-20 11:09:52 -05:00 |
|
n1474335
|
3a979b6cda
|
'JSON to CSV' operation now escapes characters correctly. Added tests for CSV/JSON operations.
|
2018-11-13 17:54:43 +00:00 |
|
n1474335
|
2d471f551f
|
Lint
|
2018-11-07 15:20:09 +00:00 |
|
n1474335
|
5c598b69b0
|
Merge branch 'NumSortHex' of https://github.com/qistoph/CyberChef into qistoph-NumSortHex
|
2018-11-07 15:15:39 +00:00 |
|
n1474335
|
cea30465d8
|
Changed 'Remove Letter Accents' to 'Remove Diacritics'
|
2018-11-07 15:07:54 +00:00 |
|
n1474335
|
b301d16cb2
|
Merge branch 'feature/remove-letter-accents' of https://github.com/klaxon1/CyberChef into klaxon1-feature/remove-letter-accents
|
2018-11-07 14:57:05 +00:00 |
|
n1474335
|
91fc2c28dc
|
Added signed feature to 'To Decimal'
|
2018-11-07 14:39:33 +00:00 |
|
n1474335
|
ca47ba3c7c
|
Merge branch 'FromNegs' of https://github.com/qistoph/CyberChef into qistoph-FromNegs
|
2018-11-07 14:23:39 +00:00 |
|
n1474335
|
8bcf68c8a1
|
Merge branch 'HmacToggleStr' of https://github.com/qistoph/CyberChef into qistoph-HmacToggleStr
|
2018-11-07 14:18:24 +00:00 |
|
Chris van Marle
|
3f0af9cdea
|
Add tests for From Decimal
|
2018-10-22 17:51:26 +08:00 |
|
Brian Whitney
|
f4de4de8c1
|
Fixing the babel, scrypt, and base58 issues
|
2018-10-21 21:10:49 -04:00 |
|
Chris van Marle
|
ba24e12454
|
Update hexadecimal sort after review
- Use Array.map instead of for-loop
- Add test case
|
2018-10-12 15:39:06 +02:00 |
|
Chris van Marle
|
b76aa16143
|
Fix Hash test
|
2018-10-12 13:54:40 +02:00 |
|
n1474335
|
6cc6230b91
|
Merge branch 'feature/improve-email-extract' of https://github.com/klaxon1/CyberChef into klaxon1-feature/improve-email-extract
|
2018-10-12 10:34:00 +00:00 |
|
Klaxon
|
3089c39369
|
add test
|
2018-10-11 22:26:44 +10:00 |
|
Klaxon
|
e638fb69b5
|
fix comment
|
2018-10-11 20:52:12 +10:00 |
|
Klaxon
|
718a94b5e0
|
add tests for internationalized email addresses
|
2018-10-11 20:42:16 +10:00 |
|
n1474335
|
e6b89d571e
|
Tidied up TLV operation and tests
|
2018-10-10 13:56:20 +00:00 |
|
Klaxon
|
ab4c9ef0d6
|
fix comment
|
2018-10-02 15:12:51 +10:00 |
|
Klaxon
|
a69063de9b
|
add tests
|
2018-10-02 13:51:55 +10:00 |
|
n1474335
|
a15af602e0
|
Merge branch 'tlv' of https://github.com/GCHQ77703/CyberChef into GCHQ77703-tlv
|
2018-08-31 15:12:54 +00:00 |
|
n1474335
|
be14d56eae
|
Tidied up JWT operations
|
2018-08-31 13:58:06 +00:00 |
|
n1474335
|
100b097ace
|
Merge branch 'jwt' of https://github.com/GCHQ77703/CyberChef into GCHQ77703-jwt
|
2018-08-31 12:20:37 +00:00 |
|
GCHQ 77703
|
3833c5f9fe
|
Rename operation, add working tests, add info URL
|
2018-08-31 13:20:28 +01:00 |
|
GCHQ 77703
|
c5e8649284
|
alphabetically sort tests
|
2018-08-29 22:48:47 +01:00 |
|