Added Ciphey to Crypto section

This commit is contained in:
Boaz Yoo 2021-03-10 02:23:14 -05:00 committed by GitHub
parent eb504b242b
commit 1bd9611c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,6 +108,7 @@ Check solve section for steganography.
*Tools used for solving Crypto challenges*
- [Ciphey](https://github.com/Ciphey/Ciphey) - Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.
- [CyberChef](https://gchq.github.io/CyberChef) - Web app for analysing and decoding data.
- [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.