From 22838fa59e6a6888be52ee9de5e9f6dae5c5edeb Mon Sep 17 00:00:00 2001 From: ParthShitole Date: Mon, 13 Feb 2023 16:15:11 +0530 Subject: [PATCH] Updated the readme file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6aaadca..5af9166 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Check solve section for steganography. *Tools used for solving Crypto challenges* - [CyberChef](https://gchq.github.io/CyberChef) - Web app for analysing and decoding data. +- [dcode](https://www.dcode.fr/) - Web app to identify and solve over 800 ciphers - [FeatherDuster](https://github.com/nccgroup/featherduster) - An automated, modular cryptanalysis tool. - [Hash Extender](https://github.com/iagox86/hash_extender) - A utility tool for performing hash length extension attacks. - [padding-oracle-attacker](https://github.com/KishanBagaria/padding-oracle-attacker) - A CLI tool to execute padding oracle attacks.