From b36e604221bae031ac8bd59354505d065132230b Mon Sep 17 00:00:00 2001 From: Sagnik Chakraborty Date: Fri, 20 Sep 2024 23:46:22 -0500 Subject: [PATCH] slight update to crypto.md --- fallctf-2024/src/crypto/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fallctf-2024/src/crypto/crypto.md b/fallctf-2024/src/crypto/crypto.md index a810e0d..8b85e40 100644 --- a/fallctf-2024/src/crypto/crypto.md +++ b/fallctf-2024/src/crypto/crypto.md @@ -108,7 +108,7 @@ $$m = c^d \mod n$$ [CyberChef](https://gchq.github.io/CyberChef/): For Text manipulation, processing, ciphers, encoding, and even basic cracking -[FeatherDuster](https://github.com/nccgroup/featherduster): For Cipher identification +[FeatherDuster](https://github.com/nccgroup/featherduster): For Cipher identification, this is your "Crypto Recon" tool. [dCode](https://www.dcode.fr/tools-list#cryptography): Has a lot of readily available encryption/decryption solutions