-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRead Me First.txt
27 lines (24 loc) · 1.78 KB
/
Read Me First.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/****************************************************************
* *
* Author: J.Anish Dev *
* *
* About : Solution to NSA's CodeBreaker Challenge 2016 *
* I'd love to hear from you if: You just want to *
* say hi, if you found this useful, if you *
* use my code, if you solved task 6, or if *
* you want to team up for 2017's challenge ;) *
* *
* Contact me: *
* www.dreamersion.com *
* anishdev@ufl.edu *
************************************************************/
/*The code (at places) might not be too "clean", I'm sorry for that.
After all, I made this program just to "get things done",
and not for demonstration of efficient coding ;)*/
You'll need to copy the binaries and key files to the application start-up directory before you can use it.
I've included the private/public keys that were present in my binaries. I'm not sure if NSA used the same keys
for every one else's binaries. But, in case they did, you can simply use the ones I've provided.
Note that you'll HAVE TO COMPILE/RUN in 32 bits ONLY! Something goes wrong in the brute-force procedure when you do it otherwise (atleast on Windows 10).
I haven't figured out what it is yet, and I don't intend to do so. If you do figure it out, do let me know!
Again, I'd love to heard from you!
~J.A Dev