The military has established a new organization called Cyber Command, linked to the ultra-secretive NSA. Like any good military office, they have an escutcheon. And on that escutcheon, there is a code: “9ec4c12949a4f31474f299058ce2b22a”
It is said that the code somehow relates to the mission of Cyber Command. Get your puzzle solving boots on and let me know what it means. Because I have no clue, and I’ve tried EVERYTHING to figure it out. (Which means I googled it and nothing substantive came up. I surrender.)
Well, a 128-bit hex string smells like an MD5 hash, but I didn’t get any results from the standard MD5 dictionaries. So it’s not a common word or variation thereof.
One source out there says the solution is “Poder Cybernetico” which would be Dog Latin for “Protect the Internet.” Dunno if I buy the guy’s explanation of how he got to “Poder Cybernetico” but it makes sense from a “mission statement” direction.
It’s been solved. It’s a simple MD5 hash of the Cyber Command’s mission statement.
echo -n "USCYBERCOM plans, coordinates, integrates, synchronizes and conducts activities to: direct the operations and defense of specified Department of Defense information networks and; prepare to, and when directed, conduct full spectrum military cyberspace operations in order to enable actions in all domains, ensure US/Allied freedom of action in cyberspace and deny the same to our adversaries." | md5sum
9ec4c12949a4f31474f299058ce2b22a -
Man, I tried that, and a million variations on it, but the version of the mission statement I found had an Oxford comma after “synchronizes” and a hyphen between “full” and “spectrum”, so, naturally, its hash didn’t match.