Forum

Re: Challenge "One-Time Pad with Flaws"  

  By: fretty on June 20, 2011, 12:14 p.m.

Hi, may I ask about the input method for this challenge?

I have decrypted and I need to know whether spaces are needed in the plaintext when entering. Also, do I have to separate each of the three parts of the solution by comma or is it just one continual stream?

I do not know any German so at the moment I am assuming that all 398 characters is the "plaintext" (although i do realise a quote and a name within the text).

Re: Challenge "One-Time Pad with Flaws"  

  By: be on June 21, 2011, 12:32 a.m.

Hi, may I ask about the input method for this challenge?
I have decrypted and I need to know whether spaces are needed in the plaintext when entering. Also, do I have to separate each of the three parts of the solution by comma or is it just one continual stream?

Hello,
The input of the solution has no blanks or commas or any other separators between the three parts. There is no blank in the whole input. Its just one stream.
See my answer for Bwian in the post Dec 27, 2010.

  • Its the LAST name of the real author of this text.
  • The offset with value 0 is the first digit of PI after the point (3.14… -> 1). They use the 2-digit-block AFTER the offset they defined as key.
    Best regards

Re: Challenge "One-Time Pad with Flaws"  

  By: fretty on June 21, 2011, 11:17 a.m.

Thanks, I have solved it now. Turns out I was putting the wrong author in.

Re: Challenge  

  By: effort2break on Dec. 31, 2011, 2:02 a.m.

Yes, it is [plaintext][author][offset]:

  • complete plaintext in capital letters
  • last name only of the real author (both of first names start with "J").
  • offset
    No blank or hyphen.

Hello, I have solved this cipher but am unable to post….
I guess I'm wrong with the names….
-Checked the order – Yes I have
-Yes the First name start with the J and J
-offeset is correct and I have tried +-1 to make sure
-No blanks or hypens

Still wrong answer?? Please Help

Re: Challenge  

  By: be on Jan. 1, 2012, 8:23 p.m.

I have solved this cipher but am unable to post … Please Help

We are sorry, the challenge description is misleading. Its the whole cleartext (not only the quote). We'll change the according description. Best regards, be

Re: Challenge "One-Time Pad with Flaws"  

  By: effort2break on Jan. 1, 2012, 9:17 p.m.

Yup….. the solution is the complete [completePlaintext][Name of Original author][offsetdigits] and noblanks……

thanks [HTML_REMOVED]

Re: Challenge  

  By: Flobert on March 12, 2015, 3:41 p.m.

Bonjour à tous, y a-t-il un francophone sur ce forum ?
Je pensais avoir conçu une méthode rationnelle pour ce défi mais elle ne donne rien. Probablement ai-je mal compris initialement le problème. Un petit coup de pouce serait le bienvenu.
Merci d'avance.

Prof Esslinger could you give me your advice on my attempt ?

Re: Challenge  

  By: be on March 15, 2015, 10:19 p.m.

Bonjour à tous, … could you give me your advice on my attempt ?

Sorry, but I don't speak French. Please see my email. I am curious whether you make it with CT2 after getting the first 100 digits of PI.

Re: Challenge  

  By: pwn3r on Oct. 25, 2015, 12:03 p.m.

I decrypted text on English or German?
If in English then I have some problem solving it. Can you tell me if steps I take are correct?

1) Delete all spaces.
E Z V P V E D -> EZVPVED
2) Represent it as number
EZVPVED -> 4|25|21|15|21|4|3
3) Start from offset 0 and get the key
31|41|59|26|53|58|97
4) Do (letter - key) mod 26
(4 - 31) % 26
(25 - 41) % 26
(21 - 59) % 26
(15 - 26) % 26
(21 - 53) % 26
(4 - 58) % 26
(3 - 97) % 26
5) increase the key and start again
EZVPVED -> 4|25|21|15|21|4|3

  • 14|15|92|65|35|89|79

But I still don't see any readable English text. Plz help a little or tell is there any mistake. Thanks

Re: Challenge  

  By: be on Oct. 26, 2015, 7:24 a.m.

Is the decrypted text English or German?

Plz help a little or tell is there any mistake. Thanks

Hello pwn3r.
The plaintext is in German.
Your steps are correct, but you revealed almost too much on how to solve it. I prefer sending me an email, if you want to discuss details of the way you solved it. The forum is mainly there to discuss ideas and to clarify misleading descriptions. Nevertheless, thanks for your question.

Re: Challenge  

  By: silva on April 28, 2017, 8:40 p.m.

Hallo,

Hat schon jemand diese Aufgabe gelost nur mit Hilfe von pencil and paper? Sicherlich ist das theoretisch möglich, aber ich habe schon mehrere Tagen gerechnet mit eine einfache Calculator und Excel und habe das Offset noch nicht einmal gefunden (die erste 30 versucht). Die Geheimtext besteht aus 400 Buchstaben! Wenn ich es richtig verstanden habe hat jeder Buchstabe eine andere Schüssel (nämlich das nächste block des Schüsselstromes van pi). Es scheint mir fast unmöglich um die alle separat zu berechnen mit P&P (oder man ist in Urlaub an die Holländische Küste wo es immer regnet und nichts anderes machen kann [HTML_REMOVED] )

Silva

Re: Challenge  

  By: paol on June 1, 2017, 9:03 a.m.

Hat schon jemand diese Aufgabe gelost nur mit Hilfe von pencil and paper?

Hallo Silva, ja habe ich – ist schon länger her – wäre mit einem kleinen Python-Programm sicher schneller gegangen. Hier wie ich vorging.
Ich hatte angenommen, dass die Drei Fragezeichen keinen zu kleinen Offset wählen und bei 30 begonnen. Dann habe ich vom Geheimtext immer nur die ersten 5 Zeichen entschlüsselt. Man sieht eigentlich auf Anhieb, ob es mit einem Wort anfängt, das es in der deutschen Sprache gibt. Bei 20 hat man EIJJU, bei 30 GXPWC, bei 40 NMGSL – das sind alles KEINE sinnvollen Worte im Deutschen. Im 70ger-Bereich des Offsetwertes findet sich die Lösung. Ich hatte mir das Vorgehen aufgeschrieben und rausgesucht, als ich zufällig nochmal hier vorbeikam. Am Ende ist es aber ein bisschen eine Plagerei gewesen, weil das Zitat sehr lang war. Zitat, Autorenname und Offset zusammen waren 408 Zeichen (!) lang – alles direkt hintereinander ohne Leerzeichen. Ich hoffe, ich habe nun nicht zuviel verraten :-)
PS: Urlaub an die Holländische Küste –> Ich bin gerne da.

Re: Challenge  

  By: silva on June 26, 2017, 2:11 p.m.

Hallo,

Letzt endlich diese challenge gelöst, mit Hilfe von Tipps von Paol. Thanks!

Es war sehr viel Arbeit um alles mit Bleistift und Papier (und mit Excel) zu machen, und war froh wenn ich die Lösung gefunden habe. Aber jetzt habe ich ein Problem mit die Eingabe. Habe gesamte Text (398 Buchstaben) in Großbuchstaben eingeführt, Nachname von den Person JJ (auch Großbuchstaben) und Offset (und 2 mahl versucht diese Offset mit + und – 1. Alles hinter einander ohne Lehrzeichen. Auch versucht der Fehler in Text richtig zu schreiben. Aber er/es sagt immer: Tut uns leid, das war leider die falsche Antwort.

Bitte hilfe, Silva

Re: Challenge  

  By: be on June 26, 2017, 10:29 p.m.

Bitte hilfe, Silva

Hallo Silva,
in Ihrer Lösung waren an 2 Stellen falsche Buchstaben. Ich sende Ihnen noch einen weiteren Hinweis als PM.
Gruß, BE

Re: Challenge  

  By: silva on June 27, 2017, 10:59 a.m.

Ja! Jetzt ist es gut. Da waren, wie Sie sagte, zwei Fehler in die Text. Im Schlüsselstrom 2 mal die 2 Ziffern umgedreht beim Einfuhren in Excel, 06 statt 60! [HTML_REMOVED]

Ich hatte eine Fehler schon vorher gesehen (die ungefähr in Mitte steht), aber falsch angenommen das in Klartext Fehler stehen, durch den Titel dieses Challenge, One time Pad mit Fehlern. [HTML_REMOVED]


Currently 25 guests and 0 members are online.
Powered by the CrypTool project
Contact | Privacy | Imprint
© 2009-2023 MysteryTwister team