Moderators: jestingrabbit, Moderators General, Prelates
aspragg wrote:I'm a little surprised the brute-force attack on the 6th key didn't work. Any ideas why not?
Now that the whole key was discovered, I was able to create a brute force attack which worked, but it's a lot easier to do once you know what results you want.
Sentynel wrote:There was a revised version of the brute force released which I confirmed worked with a test message.
I guess the failure of the brute force is related to the problems I'm having decrypting the text. I'm not sure what's going wrong, so here's a console log
aspragg wrote:For what it's worth, when I did this in C#, I had to specify a particular padding type, or I'd get this error:
"Padding is invalid and cannot be removed."
I had to specify the Padding as PaddingMode.Zeros. Not sure how that translates to openssl, but FYI.
772A3A35DEF88CA70BDFD18620B05684934721F8F64762FD03F8D76B3FA0CB8C2756B2D0A9F00A1BCFF1603EDB05426CC149726DCAB9ACEF5C8C03FD398CD97DSentynel wrote:Spoiler:
I'm not sure if I'm doing anything wrong there (that command works fine for my own tests), but if not whatever's going wrong would also have caused the brute force to fail, as that uses the host computer's openssl library.
danm wrote:The source needs to be binary, not hex. It can also be ASCII-armored in base-64 if you use the -a switch. You need to convert it with something like:
echo -n -e $(sed 's/../\\x&/g' ciphertext) >ciphertext2
and then decrypt ciphertext2.
-Dan
ethan1701 wrote:Posting your home address to a public forum (even of loving, trustworthy XKCD fans) is a bad idea.
I'd suggest you alter the starting point to a public location near your home.
-Ethan
ameretrifle wrote:Magic space feudalism is therefore a viable idea.
skeptical scientist wrote:8. (page 10020) The comic on this page is #240, incase it's connected.
- Code: Select all
772A3A35 DEF88CA7 0BDFD186 20B05684 934721F8 F64762FD
03F8D76B 3FA0CB8C 2756B2D0 A9F00A1B CFF1603E DB05426CUnsolved.Spoiler:
Qaanol wrote:What exactly does the last panel of the comic in the book say?
. AND THERE WAS THERE
. NOBODY THERE? NEVER IS.If P AND NOT P then the lotto numbers will be 4, 19, 23, 194, the fine structure constant, and Birmingham.
Adacore wrote:Kudos on solving it, guys! Unfortunately, I'm on the wrong side of the world, but I hope those that can be there have a blast!
Kimmel wrote:In case you are wondering about the page numbers, I can explain:
Kimmel wrote:In case you are wondering about the page numbers, I can explain:Spoiler:
Users browsing this forum: Lexcentryst, Tebychacy, VrookLamar and 5 guests