mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-01 13:41:01 +01:00
36 KiB
36 KiB
Changelog
Versioning
CyberChef uses the semver system to manage versioning: <MAJOR>.<MINOR>.<PATCH>
.
- MAJOR version changes represent a significant change to the fundamental architecture of CyberChef and may (but don't always) make breaking changes that are not backwards compatible.
- MINOR version changes usually mean the addition of new operations or reasonably significant new features.
- PATCH versions are used for bug fixes and any other small tweaks that modify or improve existing capabilities.
All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in commit messages.
Details
10.19.0 - 2024-06-21
- Add support for ECDSA and DSA in 'Parse CSR' @robinsandhu | [#1828]
- Fix typos in SIGABA.mjs @eltociear | [#1834]
10.18.0 - 2024-04-24
10.17.0 - 2024-04-13
- Fix unit test 'expectOutput' implementation @zb3 | [#1783]
- Add accessibility labels for icons @e218736 | [#1743]
- Add focus styling for keyboard navigation @e218736 | [#1739]
- Add support for operation option hiding @TheZ3ro | [#541]
- Improve efficiency of RAKE implementation @sw5678 | [#1751]
- Require (a, 26) to be coprime in 'Affine Encode' @EvieHarv | [#1788]
- Added 'JWK to PEM' operation @cplussharp | [#1277]
- Added 'PEM to JWK' operation @cplussharp | [#1277]
- Added 'Public Key from Certificate' operation @cplussharp | [#1642]
- Added 'Public Key from Private Key' operation @cplussharp | [#1642]
10.16.0 - 2024-04-12
10.15.0 - 2024-04-02
- Fix Ciphersaber2 key concatenation @zb3 | #1765
- Fix DeriveEVPKey's array parsing @zb3 | #1767
- Fix JWT operations @a3957273 | #1769
- Added 'Parse Certificate Signing Request' operation @jkataja | #1504
- Added 'Extract Hash Values' operation @MShwed | #512
- Added 'DateTime Delta' operation @tomgond | #1732
10.14.0 - 2024-03-31
- Added 'To Float' and 'From Float' operations @tcode2k16 | #1762
- Fix ChaCha raw export option @joostrijneveld | #1606
- Update x86 disassembler vendor library @evanreichard | #1197
- Allow variable Blowfish key sizes @cbeuw | #933
- Added 'XXTEA' operation @devcydo | #1361
10.13.0 - 2024-03-30
- Added 'FangURL' operation @breakersall @arnydo | #1591 #654
10.12.0 - 2024-03-29
- Added 'Salsa20' and 'XSalsa20' operation @joostrijneveld | #1750
10.11.0 - 2024-03-29
- Add HEIC/HEIF file signatures @simonw | #1757
- Update xmldom to fix medium security vulnerability @chriswhite199 | #1752
- Update JSONWebToken to fix medium security vulnerability @chriswhite199 | #1753
10.10.0 - 2024-03-27
10.9.0 - 2024-03-26
- Line ending sequences and UTF-8 character encoding are now detected automatically @n1474335 | 65ffd8d
10.8.0 - 2024-02-13
10.7.0 - 2024-02-09
- Added 'File Tree' operation @sw5678 | #1667
- Added 'RISON' operation @sg5506844 | #1555
- Added 'MurmurHash3' operation @AliceGrey | #1694
10.6.0 - 2024-02-03
- Updated 'Forensics Wiki' URLs to new domain @a3957273 | #1703
- Added 'LZNT1 Decompress' operation @0xThiebaut | #1675
- Updated 'Regex Expression' UUID matcher @cnotin | #1678
- Removed duplicate 'hover' message within baking info @KevinSJ | #1541
10.5.0 - 2023-07-14
10.4.0 - 2023-03-24
- Added 'Generate De Bruijn Sequence' operation @gchq77703 | #493
10.3.0 - 2023-03-24
10.2.0 - 2023-03-23
10.1.0 - 2023-03-23
- Added 'Levenshtein Distance' operation @mikecat | #1498
- Added 'Swap case' operation @mikecat | #1499
10.0.0 - 2023-03-22
- Full details explained here
- Status bars added to the Input and Output @n1474335 | #1405
- Character encoding selection added to the Input and Output @n1474335 | #1405
- End of line separator selection added to the Input and Output @n1474335 | #1405
- Non-printable characters are rendered as control character pictures @n1474335 | #1405
- Loaded files can now be edited in the Input @n1474335 | #1405
- Various editor features added such as multiple selections and bracket matching @n1474335 | #1405
- Contextual help added, activated by pressing F1 while hovering over features @n1474335 | #1405
- Many, many UI tests added for I/O features and operations @n1474335 | #1405
Click to expand v9 minor versions
9.55.0 - 2022-12-09
9.54.0 - 2022-11-25
9.53.0 - 2022-11-25
9.52.0 - 2022-11-25
- Added 'ChaCha' operation @joostrijneveld | #1466
9.51.0 - 2022-11-25
9.50.0 - 2022-11-25
9.49.0 - 2022-11-11
9.48.0 - 2022-10-14
9.47.0 - 2022-10-14
- Added 'LZMA Decompress' and 'LZMA Compress' operations @mattnotmitt | #1421
9.46.0 - 2022-07-08
- Added 'Cetacean Cipher Encode' and 'Cetacean Cipher Decode' operations @valdelaseras | #1308
9.45.0 - 2022-07-08
- Added 'ROT8000' operation @thomasleplus | #1250
9.44.0 - 2022-07-08
9.43.0 - 2022-07-08
9.42.0 - 2022-07-08
9.41.0 - 2022-07-08
9.40.0 - 2022-07-08
9.39.0 - 2022-06-09
9.38.0 - 2022-05-30
9.37.0 - 2022-03-29
- 'SM4 Encrypt' and 'SM4 Decrypt' operations added @swesven | #1189
- NoPadding options added for CBC and ECB modes in AES, DES and Triple DES Decrypt operations @swesven | #1189
9.36.0 - 2022-03-29
- 'SIGABA' operation added @hettysymes | #934
9.35.0 - 2022-03-28
9.34.0 - 2022-03-28
9.33.0 - 2022-03-25
- Updated to support Node 17 @n1474335 @john19696 @t-8ch | [#1326 #1313 #1244
- Improved CJS and ESM module support @d98762625 | #1037
9.32.0 - 2021-08-18
- 'Protobuf Encode' operation added and decode operation modified to allow decoding with full and partial schemas @n1474335 | dd18e52
9.31.0 - 2021-08-10
9.30.0 - 2021-08-10
9.29.0 - 2021-07-28
9.28.0 - 2021-03-26
9.27.0 - 2021-02-12
9.26.0 - 2021-02-11
9.25.0 - 2021-02-11
9.24.0 - 2021-02-02
- 'SM3' hashing function added along with more configuration options for other hashing operations @n1073645 @n1474335 | #1022
9.23.0 - 2021-02-01
- Various RSA operations added to encrypt, decrypt, sign, verify and generate keys @mattnotmitt @GCHQ77703 | #652
9.22.0 - 2021-02-01
- 'Unicode Text Format' operation added @mattnotmitt | #1083
9.21.0 - 2020-06-12
- Node API now exports
magic
operation @d98762625 | #1049
9.20.0 - 2020-03-27
9.19.0 - 2020-03-24
- Improvements to the 'Magic' operation, allowing it to recognise more data formats and provide more accurate results @n1073645 @n1474335 | #966 b765534b
9.18.0 - 2020-03-13
- 'Convert to NATO alphabet' operation added @MarvinJWendt | #674
9.17.0 - 2020-03-13
9.16.0 - 2020-03-06
- 'Colossus' operation added @VirtualColossus | #917
9.15.0 - 2020-03-05
9.14.0 - 2020-03-05
9.13.0 - 2020-02-13
- 'Rail Fence Cipher Encode' and 'Rail Fence Cipher Decode' operations added @Flavsditz | #948
9.12.0 - 2019-12-20
- 'Normalise Unicode' operation added @matthieuxyz | #912
9.11.0 - 2019-11-06
9.10.0 - 2019-11-06
- 'Lorenz' operation added @VirtualColossus | #528
9.9.0 - 2019-11-01
- Added support for 109 more character encodings @n1474335
9.8.0 - 2019-10-31
- 'Avro to JSON' operation added @jarrodconnolly | #865
9.7.0 - 2019-09-13
9.6.0 - 2019-09-04
9.5.0 - 2019-09-04
- Various Steganography operations added: 'Extract LSB', 'Extract RGBA', 'Randomize Colour Palette', and 'View Bit Plane' @Ge0rg3 | #625
9.4.0 - 2019-08-30
9.3.0 - 2019-08-30
9.2.0 - 2019-08-23
- 'Parse UDP' operation added @h345983745 | #614
9.1.0 - 2019-08-22
- 'Parse SSH Host Key' operation added @j433866 | #595
- 'Defang IP Addresses' operation added @h345983745 | #556
9.0.0 - 2019-07-09
- Multiple inputs are now supported in the main web UI, allowing you to upload and process multiple files at once @j433866 | #566
- A Node.js API has been implemented, meaning that CyberChef can now be used as a library, either to provide specific operations, or an entire baking environment @d98762625 | #291
- A read-eval-print loop (REPL) is also included to enable prototyping and experimentation with the API @d98762625 | #291
- Light and dark Solarized themes added @j433866 | #566
Click to expand v8 minor versions
8.38.0 - 2019-07-03
8.37.0 - 2019-07-03
8.36.0 - 2019-07-03
- 'PGP Verify' operation added @artemisbot | #585
8.35.0 - 2019-07-03
8.34.0 - 2019-06-28
- Various new visualisations added to the 'Entropy' operation @MShwed | #535
- Efficiency improvements made to the 'Entropy' operation for large file support @n1474335
8.33.0 - 2019-06-27
- 'Bzip2 Compress' operation added and 'Bzip2 Decompress' operation greatly improved @artemisbot | #531
8.32.0 - 2019-06-27
8.31.0 - 2019-04-12
- The downloadable version of CyberChef is now a .zip file containing separate modules rather than a single .htm file. It is still completely standalone and will not make any external network requests. This change reduces the complexity of the build process significantly. @n1474335
8.30.0 - 2019-04-12
8.29.0 - 2019-03-31
- 'BLAKE2s' and 'BLAKE2b' hashing operations added @h345983745 | #525
8.28.0 - 2019-03-31
- 'Heatmap Chart', 'Hex Density Chart', 'Scatter Chart' and 'Series Chart' operation added @artemisbot @tlwr | #496 #143
8.27.0 - 2019-03-14
- 'Enigma', 'Typex', 'Bombe' and 'Multiple Bombe' operations added @s2224834 | #516
- See this wiki article for a full explanation of these operations.
- New Bombe-style loading animation added for long-running operations @n1474335
- New operation argument types added:
populateMultiOption
andargSelector
@n1474335
8.26.0 - 2019-03-09
8.25.0 - 2019-03-09
8.24.0 - 2019-02-08
- 'DNS over HTTPS' operation added @h345983745 | #489
8.23.1 - 2019-01-18
8.23.0 - 2019-01-18
- 'YARA Rules' operation added @artemisbot | #468
8.22.0 - 2019-01-10
8.21.0 - 2019-01-10
8.20.0 - 2019-01-09
8.19.0 - 2018-12-30
- UI test suite added to confirm that the app loads correctly in a reasonable time and that various operations from each module can be run @n1474335 | #458
8.18.0 - 2018-12-26
- 'Split Colour Channels' operation added @artemisbot | #449
8.17.0 - 2018-12-25
8.16.0 - 2018-12-19
- 'Play Media' operation added @anthony-arnold | #446
8.15.0 - 2018-12-18
8.14.0 - 2018-12-18
- 'To Base62' and 'From Base62' operations added @tcode2k16 | #443
8.13.0 - 2018-12-15
- 'A1Z26 Cipher Encode' and 'A1Z26 Cipher Decode' operations added @jarmovanlenthe | #441
8.12.0 - 2018-11-21
8.11.0 - 2018-11-13
8.10.0 - 2018-11-07
8.9.0 - 2018-11-07
8.8.0 - 2018-10-10
- 'Parse TLV' operation added @GCHQ77703 | #351
8.7.0 - 2018-08-31
- 'JWT Sign', 'JWT Verify' and 'JWT Decode' operations added @GCHQ77703 | #348
8.6.0 - 2018-08-29
- 'To Geohash' and 'From Geohash' operations added @GCHQ77703 | #344
8.5.0 - 2018-08-23
8.4.0 - 2018-08-23
- 'To Base85' and 'From Base85' operations added @PenguinGeorge | #340
8.3.0 - 2018-08-21
- 'To MessagePack' and 'From MessagePack' operations added @artemisbot | #338
8.2.0 - 2018-08-21
- Information links added to most operations, accessible in the description popover @PenguinGeorge | #298
8.1.0 - 2018-08-19
8.0.0 - 2018-08-05
- Codebase rewritten using ES modules and classes @n1474335 @d98762625 @artemisbot @picapi | #284
- Operation architecture restructured to make adding new operations a lot simpler @n1474335 | #284
- A script has been added to aid in the creation of new operations by running
npm run newop
@n1474335 | #284 - 'Magic' operation added - automated detection of encoded data @n1474335 | #239
- UI updated to use Bootstrap Material Design @n1474335 | #248
JSON
,File
andList<File>
Dish types added @n1474335 | #284OperationError
type added for better handling of errors thrown by operations @d98762625 | #296- A
present()
method has been added, allowing operations to pass machine-friendly data to subsequent operations whilst presenting human-friendly data to the user @n1474335 | #284 - Set operations added @d98762625 | #281
- 'To Table' operation added @JustAnotherMark | #294
- 'Haversine distance' operation added @Dachande663 | #325
- Started keeping a changelog @n1474335
7.0.0 - 2017-12-28
6.0.0 - 2017-09-19
- Threading support added. All recipe processing moved into a Web Worker to increase performance and to allow long-running operations to be cancelled @n1474335 | #173
- Module system created so that operations relying on large libraries can be downloaded separately as required, reducing the initial loading time for the app @n1474335 | #173
5.0.0 - 2017-03-30
- Webpack build process configured with Babel transpilation and ES6 imports and exports @n1474335 | #95