mirror of
https://github.com/gchq/CyberChef
synced 2024-12-26 12:33:11 +00:00
Add Travis CI badge to README.md
This commit is contained in:
parent
68e855e3d2
commit
6201176852
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# CyberChef
|
# CyberChef
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/gchq/CyberChef.svg?branch=master)](https://travis-ci.org/gchq/CyberChef)
|
||||||
|
|
||||||
#### *The Cyber Swiss Army Knife*
|
#### *The Cyber Swiss Army Knife*
|
||||||
|
|
||||||
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more.
|
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more.
|
||||||
|
|
Loading…
Reference in a new issue