Skip to content

Commit a477f47

Browse files
committed
Merge branch 'master' of github.com:gchq/CyberChef
2 parents 965570d + 40fda00 commit a477f47

File tree

7 files changed

+1077
-190
lines changed

7 files changed

+1077
-190
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ All major and minor version changes will be documented in this file. Details of
1313

1414
## Details
1515

16+
### [10.19.0] - 2024-06-21
17+
- Add support for ECDSA and DSA in 'Parse CSR' [@robinsandhu] | [#1828]
18+
- Fix typos in SIGABA.mjs [@eltociear] | [#1834]
19+
1620
### [10.18.0] - 2024-04-24
1721
- Added 'XXTEA Encrypt' and 'XXTEA Decrypt' operations [@n1474335] | [0a353ee]
1822

@@ -436,6 +440,7 @@ All major and minor version changes will be documented in this file. Details of
436440
## [4.0.0] - 2016-11-28
437441
- Initial open source commit [@n1474335] | [b1d73a72](https://github.com/gchq/CyberChef/commit/b1d73a725dc7ab9fb7eb789296efd2b7e4b08306)
438442

443+
[10.19.0]: https://github.com/gchq/CyberChef/releases/tag/v10.19.0
439444
[10.18.0]: https://github.com/gchq/CyberChef/releases/tag/v10.18.0
440445
[10.17.0]: https://github.com/gchq/CyberChef/releases/tag/v10.17.0
441446
[10.16.0]: https://github.com/gchq/CyberChef/releases/tag/v10.16.0
@@ -623,6 +628,8 @@ All major and minor version changes will be documented in this file. Details of
623628
[@TheZ3ro]: https://github.com/TheZ3ro
624629
[@EvieHarv]: https://github.com/EvieHarv
625630
[@cplussharp]: https://github.com/cplussharp
631+
[@robinsandhu]: https://github.com/robinsandhu
632+
[@eltociear]: https://github.com/eltociear
626633

627634

628635
[8ad18b]: https://github.com/gchq/CyberChef/commit/8ad18bc7db6d9ff184ba3518686293a7685bf7b7

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cyberchef",
3-
"version": "10.18.9",
3+
"version": "10.19.0",
44
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
55
"author": "n1474335 <[email protected]>",
66
"homepage": "https://gchq.github.io/CyberChef",

0 commit comments

Comments
 (0)