-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Xxtea encryption #1361
Xxtea encryption #1361
Conversation
Thanks very much for the contribution, this looks great. Could you add some tests? Something along these lines. |
Sorry for the delayed fix, been busy. I added the requested tests and fixed a bug I found when adding them. |
Nice tests, thanks for the contribution of the operator! ❤️ In the future, you might consider splitting out some of the functionality from being entirely in 'operations' to perhaps storing some useful functionality in 'lib'. |
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gchq/CyberChef](https://github.com/gchq/CyberChef) | minor | `v10.12.1` -> `v10.15.1` | --- ### Release Notes <details> <summary>gchq/CyberChef (gchq/CyberChef)</summary> ### [`v10.15.1`](https://github.com/gchq/CyberChef/releases/tag/v10.15.1) [Compare Source](gchq/CyberChef@v10.15.0...v10.15.1) See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details. ### [`v10.15.0`](https://github.com/gchq/CyberChef/releases/tag/v10.15.0) [Compare Source](gchq/CyberChef@10.14.0...v10.15.0) See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details. ### [`v10.14.0`](https://github.com/gchq/CyberChef/releases/tag/v10.14.0) [Compare Source](gchq/CyberChef@10.14.0...10.14.0) See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details. ### [`v10.14.0`](https://github.com/gchq/CyberChef/blob/HEAD/CHANGELOG.md#10140---2024-03-31) [Compare Source](gchq/CyberChef@v10.13.0...10.14.0) - Added 'To Float' and 'From Float' operations \[[@​tcode2k16](https://github.com/tcode2k16)] | \[[#​1762](gchq/CyberChef#1762)] - Fix ChaCha raw export option \[[@​joostrijneveld](https://github.com/joostrijneveld)] | \[[#​1606](gchq/CyberChef#1606)] - Update x86 disassembler vendor library \[[@​evanreichard](https://github.com/evanreichard)] | \[[#​1197](gchq/CyberChef#1197)] - Allow variable Blowfish key sizes \[[@​cbeuw](https://github.com/cbeuw)] | \[[#​933](gchq/CyberChef#933)] - Added 'XXTEA' operation \[[@​devcydo](https://github.com/devcydo)] | \[[#​1361](gchq/CyberChef#1361)] ### [`v10.13.0`](https://github.com/gchq/CyberChef/releases/tag/v10.13.0) [Compare Source](gchq/CyberChef@v10.12.1...v10.13.0) See the [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md) and [commit messages](https://github.com/gchq/CyberChef/commits/master) for details. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: https://git.walbeck.it/mwalbeck/docker-cyberchef/pulls/286 Co-authored-by: renovate-bot <bot@walbeck.it> Co-committed-by: renovate-bot <bot@walbeck.it>
Supports XXTEA encryption #1349