Back to General discussions forum
Hey there,
I need a help in understanding the task. I've written a code which works fine with examples (programming and 63 lines). But it doesn't work with test data.
Probably the issue is that I'm using wrong key to decode? Which one should be used? I tried with both "quickbrownfxmpsvethlazydg" and "wilamshkeprbcdfgnoqtuvxyz" but receive wrong answer.
What I've missed?
Thnx
This task is about working out what the right key for decoding is, and then use it to decode the first 70 characters of the encrypted text. In other words, your answer should be 70 characters long and it should be text that makes sense and that you can read.
That's exactly the "key callenge" :) of this problem, and makes it probably one of the hardest problems published on this site to date. The second sentence of my previous reply contains a small hint ...
Some ideas on decryption are also given in wikipedia article on the cipher... If it may console you, I myself was able to create only imperfect decoder... :)