This JavaFX application is designed to brute-force the original string from a given MD5 hash using a dictionary attack.
To build and run this application, you need:
- JDK 17 or higher
- Maven
- Clone the repository: git clone https://github.com/ksimpsn/md5-brute-forcer.git
- Navigate to the project directory: cd md5-brute-forcer
- Compile the project using Maven: mvn clean compile
To run the application, use the following Maven command: mvn javafx:run
- After launching the application, you can select a dictionary file and enter an MD5 hash to begin the brute-forcing process.
- If a matching string is found in the dictionary file, it will be displayed; otherwise, a failure message will be shown.
- Kayla Simpson
- [email protected]