Updated the readme file

This commit is contained in:
ParthShitole 2023-02-13 16:15:11 +05:30
parent eb504b242b
commit 22838fa59e

View file

@ -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.