|
Re: Cryptography Challenge #44!
|
| Awww :P |
|
Re: Cryptography Challenge #44!
Link |
by
on 2009-11-28 09:33:54 (edited 2009-11-28 09:34:31)
|
|
Oh wow Gendou, even after you EXPLICITLY gave out the challenge, only ONE solved it. Seriously? No one here uses a Mac or something? Me? I gave up looking. lol. |
|
Re: Cryptography Challenge #44!
Link |
by
|
Yeah, I'm disappointed. It's a really clever idea, too.
|
|
Re: Cryptography Challenge #44!
Link |
by
on 2009-11-29 02:48:59 |
|
Looks like my linux (ubuntu) can't decrypt it either oddly enough :( . Went to the Fall of Saigon but I only managed to get the first word... |
|
Re: Cryptography Challenge #44!
Link |
by
|
You can figure it out without changing your system settings. Unzip the .jar file, and try to decode the data/data.txt file. Here's a hint, even:key1 = (new SimpleDateFormat("yyyy-MM-dd").format(new Date())).getBytes();
key2 = TimeZone.getDefault().getID().getBytes();
...
message[i] = data[i] ^ (key1[i % key1.length] + key2[i % key2.length]);
|
|
Re: Cryptography Challenge #44!
|
| How do you download the jar files ? I can only get the first word! the rest seems so confusing. |
|
Re: Cryptography Challenge #44!
|
| all i see is a white screen! cant click or right click either (or is it supposed to be like that?) |
|
Re: Cryptography Challenge #44!
|
| Changed the time, date, location and even the language to Viet. All I can see is white. -_- |
|
Re: Cryptography Challenge #44!
|
|
Now that Java has "security vulnerabilities," I assume that the people above who are only seeing "white" are using browsers which are blocking the plugin from running. However, I had access to a Mac a while ago and "went to the fall of Saigon," but the screen was still showing the jibber-jabber it shows on Windows computers... |