Crack the Code In US Cyber Command's Logo
Dan writes "According to Wired: 'The US military's new Cyber Command is headquartered at Ft. Meade, Maryland, one of the military's most secretive and secure facilities. Its mission is largely opaque, even inside the armed forces. But the there's another mystery surrounding the emerging unit. It's embedded in the Cyber Command logo. On the logo's inner gold ring is a code: 9ec4c12949a4f31474f299058ce2b22a.'"
Looks like it is the same length as an MD5 sum...
Palm trees and 8
The first reply in the Reddit thread already has the answer: http://www.reddit.com/r/programming/comments/cmxm0/proggit_if_you_decode_this_i_will_love_you/
News at 11..
Don't they know MD5 is deprecated. They should be using SHA-1. Off to a disappointing start already...
SHA-1 is deprecated, too. They should be using SHA-2, or if they really want to show off SHA-3.
I almost replied before I saw the GP's post explaining it, but was hesitant because I was wondering if you were trolling.
'googling it', in this instance, or looking it up on wiki is fairly logical because it will give you a well written description without us going through the effort of writing it ourselves.
I didn't realize it was essentially a random, unrecoverable number.
It's deliberate that you're not able to recover the original message from the MD5 sum, but 'random' is very much NOT true. It's used as data verification - a small change, even just a bit, in the message stream will result in a vastly different number. But feed it the same data, and you'll get the same number back, every time.
This allows you to verify things like messages and binaries haven't been altered from their original verified state.
I don't read AC A human right