
Didactic Feedback Cipher Long 2
-
- Posts: 33
- Joined: Sat Aug 13, 2011 2:13 pm
Hello,
I am a little bit confused with this one.
I did Didactic Feedback Cipher Long and would guess I have to split the crypto-text into 4 byte long numbers, starting with 5499fa99. But when I do so, I end up with a single "80" at the end?
What did I do wrong?
Additionally I would like to know if all of the character-values are below 126 (7e)?
EDIT:
got it myself and solved the challenge, but i also got some mistakes in the final message.
i could only solve it by changing one letter in the code-word (like b instead of a) and i am pretty sure i got the right x
(don't know if this was part of the solution)
I am a little bit confused with this one.
I did Didactic Feedback Cipher Long and would guess I have to split the crypto-text into 4 byte long numbers, starting with 5499fa99. But when I do so, I end up with a single "80" at the end?
What did I do wrong?
Additionally I would like to know if all of the character-values are below 126 (7e)?
EDIT:
got it myself and solved the challenge, but i also got some mistakes in the final message.
i could only solve it by changing one letter in the code-word (like b instead of a) and i am pretty sure i got the right x
(don't know if this was part of the solution)
Well the script that i was able to implement in cipher long 1 taked aorund 689 seconds to decrypt the string, so i added another for cicle for the x variable but imagine something like 689 seconds * 0xFFFFFFFF i was running the new sript for two days, it was impossible to get a fast answer.
I am using two for cilce each one form 0 to 0xFFFFFFFF, it is just simple too many cases.
I am using two for cilce each one form 0 to 0xFFFFFFFF, it is just simple too many cases.