PDA

View Full Version : [SOLVED] XKCD Crypto



Yuki_Nagato
December 4th, 2008, 03:39 AM
Google search buries it beneath cryptography related topics.

What is this "crypto" mentioned in here?

http://www.xkcd.com/504/

I have heard nothing about it on the Linux Today feeds.

MaxIBoy
December 4th, 2008, 03:51 AM
"Crypto" is short for "Cryptography."

In the past, it was illegal to export information related to encryption. Encryption was brought into sophistication during the second world war for use by spies, and thus was considered a defensive weapon and a reconnaissance tool.

Similarly, some of the first computers were for decryption. To this day, it is illegal for any company based in the USA to export any computer capable of performing more than 190 billion operations per second. (As of 2002, at least.) http://www.wisconsinproject.org/pubs/editorials/2002/latimes-7-30-02.htm That's why the Beowulf cluster website has been taken down in the past.

zmjjmz
December 4th, 2008, 04:04 AM
"Crypto" is short for "Cryptography."

In the past, it was illegal to export information related to encryption. Encryption was brought into sophistication during the second world war for use by spies, and thus was considered a defensive weapon and a reconnaissance tool.

Similarly, some of the first computers were for decryption. To this day, it is illegal for any company based in the USA to export any computer capable of performing more than 190 billion operations per second. (As of 2002, at least.) http://www.wisconsinproject.org/pubs/editorials/2002/latimes-7-30-02.htm That's why the Beowulf cluster website has been taken down in the past.
Oh, wow, really?
I hope we use stronger encryption these days.

Grant A.
December 4th, 2008, 04:10 AM
The US NIST is hosting a competition to choose the successor to SHA 1 & 2

http://en.wikipedia.org/wiki/NIST_hash_function_competition

MD6 is currently entered in the competition.

MaxIBoy
December 4th, 2008, 04:57 AM
The US NIST is hosting a competition to choose the successor to SHA 1 & 2

http://en.wikipedia.org/wiki/NIST_hash_function_competition

MD6 is currently entered in the competition.

Somewhere in the encryption algorithm, the following hash MUST be involved as a seed:
2595b6adb903d7c770a79b0429423f8d


In case you're wondering what that is:

maxtothemax@maxtothemax-desktop:~$ md5 '/home/maxtothemax/Music/Jimi Hendrix/Voodoo Child: The Jimi Hendrix Collection/15 - Stepping Stone.ogg'
2595b6adb903d7c770a79b0429423f8d /home/maxtothemax/Music/Jimi Hendrix/Voodoo Child: The Jimi Hendrix Collection/15 - Stepping Stone.ogg
maxtothemax@maxtothemax-desktop:~$

Yuki_Nagato
December 4th, 2008, 02:49 PM
In other words, "Crypto" is not an actual program to prevent Comcast from burying its head in my packets to "sell me some advertisments."

Thank you.