Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewgall/cyberchef.app
A modification of the CyberChef application for Cloudflare Workers, featuring various optimisations
https://github.com/matthewgall/cyberchef.app
cloudflare cloudflare-worker cloudflare-workers cloudflare-workers-site cyberchef cyberchef-magic cyberchef-recipes wrangler wrangler-cli
Last synced: 2 months ago
JSON representation
A modification of the CyberChef application for Cloudflare Workers, featuring various optimisations
- Host: GitHub
- URL: https://github.com/matthewgall/cyberchef.app
- Owner: matthewgall
- License: mit
- Created: 2020-11-13T16:17:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T17:22:09.000Z (10 months ago)
- Last Synced: 2024-04-13T00:44:30.479Z (10 months ago)
- Topics: cloudflare, cloudflare-worker, cloudflare-workers, cloudflare-workers-site, cyberchef, cyberchef-magic, cyberchef-recipes, wrangler, wrangler-cli
- Language: Makefile
- Homepage: https://cyberchef.app
- Size: 24.4 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cyberchef.app
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/matthewgall/cyberchef.app/publish-prod/master?style=for-the-badge)
cyberchef.app is a Cloudflare Workers powered deployment of the [GCHQ](https://gchq.gov.uk) created and maintained [CyberChef](https://github.com/gchq/CyberChef/), released under the [Apache 2.0 Licence](https://www.apache.org/licenses/LICENSE-2.0) and is covered by [Crown Copyright](https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/).
## Deploying
Deploying cyberchef.app is easy using [wrangler](https://github.com/cloudflare/wrangler) and [Cloudflare](https://cloudflare.com):wrangler publish --env prod
Honestly, that simple (and none of that one line wget direct to your terminal)
## Licence
The MIT License (MIT)
Copyright (c) 2020 Matthew Gall
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.CyberChef is released under the [Apache 2.0 Licence](https://www.apache.org/licenses/LICENSE-2.0) and is covered by [Crown Copyright](https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/).