The security/cyberchef port
cyberchef-10.19.4 – cyber swiss army knife (cvsweb github mirror)
Description
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include simple encoding like XOR and Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more.WWW: https://gchq.github.io/CyberChef/
Readme
+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------
httpd(8) configuration
======================
CyberChef compresses assets, so the "gzip-static" option may be worthwhile;
see httpd.conf(5).
Example /etc/httpd.conf
-----------------------
server "example.com" {
listen on * port 80
root "/cyberchef"
gzip-static
}
Maintainer
Anthony J. Bentley