This repository holds my code for Sunset High School's Cybersecurity final project that follows Cryptopals's cryptography problems. Problems 1-6 from Set 1 are covered.
To run this project:
- Download this repository with whatever method you prefer
- Open the project in IntelliJ or any IDE that supports IntelliJ projects
- Attach a Java SDK with a minimum version of 18.0.2 (IntelliJ should automatically prompt you)
All Java code (the language of choice for these problems) is located under this directory (/src/dev/a1silver/breakrepeatingxor
).
Code references used for this project can be found here (/reference
)
Any supplemental files provided by Cryptopals can be found in the root directory: