This repository contains my solutions to various challenges from CryptoHack, a platform dedicated to learning modern cryptography through solving challenges.
Each folder in this repository corresponds to a specific category of challenges on CryptoHack, such as "General", "Mathematics", etc. Within each folder, you'll find individual files for each challenge, named according to the challenge's title.
- Navigating to a Challenge: Browse through the folders to find the specific category and then the challenge you are interested in.
- Viewing Solutions: Each solution file contains a detailed explanation of the approach taken, along with the code used to solve the challenge.
- Running the Code: You can run the code samples in each solution file to see how the solution works in practice.
While these solutions are primarily for my personal learning and reference, contributions in the form of suggestions, improvements, or alternative solutions are welcome. Please feel free to raise an issue or submit a pull request.
Special thanks to the creators and maintainers of CryptoHack for providing such a comprehensive and engaging platform for learning!