You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a class AntiCheat for comparing hashes of created reports
The program should not show up in the frontend, so users are not aware of its existance. Instead, it should contain a main method without any saved run configurations
Once it is run, it
Takes all reports in the /resources folder
Compares the hashes against all other reports (current and archived)
Prints out any detections (including the method names and the level of similarity e.g. raw content or variable names) and don't forget to print out both authors and both timestamps!
Don't forget to format it nicely - maybe take inspiration from the formatting of the report file
Move the processed reports to /resources/archived (you may need to create the folder in your code if it does not exist yet)
Continuing from Issue 19
Tasks
/resourcesfolder/resources/archived(you may need to create the folder in your code if it does not exist yet)