From f31b9bdb8f257b15dc17cf416056ed35554794e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20=C3=85hl=C3=A9n?= Date: Mon, 10 Jun 2019 14:05:47 +0200 Subject: [PATCH] Added Boxentriq code-breaking tools. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6afc400..5287638 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as ### Web-tools +- [Boxentriq](https://www.boxentriq.com/code-breaking) - Easy to use tools for analysis and code-breaking of the most frequent ciphers, including Vigenère, Beaufort, Keyed Caesar, Transposition Ciphers, etc. - [Cryptolab](http://manansingh.github.io/Cryptolab-Offline/cryptolab.html) - is a set of cryptography related tools. - [CrypTool](http://www.cryptool-online.org/) - Great variety of ciphers, encryption methods and analysis tools are introduced, often together with illustrated examples. - [CyberChef](https://gchq.github.io/CyberChef/) - a web app for encryption, encoding, compression, and data analysis.