diff --git a/README.md b/README.md new file mode 100644 index 0000000..44f7c47 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Info +==== + +This is my solution to the challenge: http://followthewhiterabbit.trustpilot.com/ + +Usage info +========== + +``` +WhiteRabbit.exe < wordlist +``` + +Performance +=========== + +This solution is not optimized for multi-threading. + +Nevertheless, it can find the original phrase of up to 4 words for any hash in less than 3 minutes on Sandy Bridge @2.8GHz. diff --git a/TrustPilot.sln b/TrustPilotChallenge.sln similarity index 100% rename from TrustPilot.sln rename to TrustPilotChallenge.sln