Forum

Re: Challenge "Alice's birthday party (Part 1)"  

  By: Joost on Jan. 2, 2014, 6:22 p.m.

no, sorry, thats a mistake and not intended.
Openssl was used to encode the string in base64 and it appended a "new line" at the end. Nevertheless, even then it is wrong because then is should be 0a at the end.

Sorry for the confusion. I will fix it.

Cheers,
Mazze

The example hasn't been corrected yet right? Because Base64("Beispieltext) is "QmVpc3BpZWx0ZXh0" while Base64("Beispieltext\n") is "QmVpc3BpZWx0ZXh0Cg==". I guess a newline got appended before base64 encoding?

Indeed. It has not been corrected as of yet.

There's a newline being appended before and after encoding. The second one is appended as 'A' (i.e. decimal 10, the ascii value of the newline) to the hex string, and the first one is appended as an actual newline to 'Beispieltext'. Had me confused for a bit as well, and is probably still worth fixing. [HTML_REMOVED]

Re: Challenge "Alice's birthday party (Part 1)"  

  By: aurelie on Feb. 23, 2014, 5:17 p.m.

The example hasn't been corrected yet right? Because Base64("Beispieltext) is "QmVpc3BpZWx0ZXh0" while Base64("Beispieltext\n") is "QmVpc3BpZWx0ZXh0Cg==". I guess a newline got appended before base64 encoding?

We have updated the example of this challenge.

Thank you for mentioning this mistake here!

Re: Challenge  

  By: julius on July 21, 2014, 4:20 p.m.

Hallo,

so, nun hoffentlich im richtigen Forum [HTML_REMOVED]

Habe scheinbar die korrekte Klartext-Zahl (m=80..70 dezimal). Zumindest liefert deren Verschlüsselung mit den gegebenen e1 und e2 wieder die korrekten c1 und c2.

Allerdings liefert die Hexadezimaldarstellung
(m=3f..52 in hex) alles andere als einen lesbaren base64-codierten string. Kann jemand sagen, wo der Fehler liegt?
Stimmt das m (dezimal) von oben?

Für Tipps wäre ich dankbar.

Re: Challenge  

  By: aurelie on July 25, 2014, 3:24 p.m.

Hallo,

Habe scheinbar die korrekte Klartext-Zahl (m=80..70 dezimal). Zumindest liefert deren Verschlüsselung mit den gegebenen e1 und e2 wieder die korrekten c1 und c2.

Allerdings liefert die Hexadezimaldarstellung
(m=3f..52 in hex) alles andere als einen lesbaren base64-codierten string. Kann jemand sagen, wo der Fehler liegt?
Stimmt das m (dezimal) von oben?

Ich weiß leider keine Details zu dieser Challenge. Ist bei der Umwandlung DEC->HEX->Base64 alles glatt gelaufen und hast du darauf geachtet, keine "Sonderzeichen" wie Neue Zeile etc. zu kopieren?

Ich formuliere dein Problem mal auf Englisch, vielleicht kann ja jmnd helfen.

Hello everyone,
Julius has the following problem:
He assumes that he got the correct decimal value (m=80..70). hex representation is m=3f..52. However, he doesn't get a readable Base64 string.
I have no details on the intermediate steps of this challenge but it would be great if someone of you who has already solved this challenge checked his values.

Thank you!

Re: Challenge  

  By: argh on July 25, 2014, 4:04 p.m.

Ich glaube, dass dein m doch noch falsch ist. Ich habe m=2..8 (dezimal).

Re: Challenge  

  By: julius on July 27, 2014, 9:30 p.m.

Ich glaube, dass dein m doch noch falsch ist. Ich habe m=2..8 (dezimal).

Danke für die Hilfe, jetzt hab ich's. Mir hat ein modulo N gefehlt.

Re: Challenge  

  By: Ossili on Jan. 14, 2015, 3:10 p.m.

Think, on page 4 the decimal value doesn't match to hex value, right ?

Re: Challenge  

  By: Scatha on Jan. 18, 2015, 7:05 p.m.

Think, on page 4 the decimal value doesn't match to hex value, right ?

Hello ossili,

you're right that the decimal value on page 4 doesn't match to the hex value. Thanks for noticing that.

The correct decimal value is:
108235181207639582495826983402300008496

The challenge will be updated soon.

Best regards,
Scatha

Re: Challenge  

  By: kiekuk on March 31, 2015, 4:12 p.m.

Hello,

i have a little problem.
My m is m = 2…8 but the Dec->Hex->Base64 makes no sense.

What am I doing wrong ?

Best regards
kiekuk

Re: Challenge  

  By: be on April 1, 2015, 1:09 p.m.

i have a little problem.
My m is m = 2…8 but the Dec->Hex->Base64 makes no sense.

Hello kiekuk, we noticed, you solved the challenge in the meantime. Could you please add a post, what information or idea was helpful or where your fault was. This might be interesting for other solvers, too. Best regards, be

Re: Challenge  

  By: kiekuk on April 1, 2015, 8:45 p.m.

Hallo zusammen,

mein vorgehen war unvollständig.

Wer sich das Beispiel in der Challenge genau ansieht, sieht den Fehler.

VG Kiekuk

Re: Challenge  

  By: dinaPWBF on Aug. 28, 2020, 7:40 p.m.

hello people
I am trying to solve this challenge right now and I figured everything out the problem is the message I get is m=2…5 and it doesnt give valid text and I already saw people hinting that it is supposed to be m=2…8 what could be am doing wrong I am using online calculators to do the big number computations

Re: Challenge  

  By: ancat on Aug. 29, 2020, 10:13 p.m.

Hello dinaPWBF,

hello people
I am trying to solve this challenge right now and I figured everything out the problem is the message I get is m=2…5 and it doesnt give valid text and I already saw people hinting that it is supposed to be m=2…8 what could be am doing wrong I am using online calculators to do the big number computations

Please send me a PM with your solution and some explanations. I will check them.

Best regards

Anna

Re: Challenge "Alice's Birthday Party (Part 1)"  

  By: &thenselonlevent on Jan. 6, 2023, 4:05 p.m.

Hallo, ich habe ein m gefunden (20...58), mit dem ich aus e1 und e2 die beiden Nachrichten c1 und c2 erzeugen kann. Beim Umwandeln dieser Dezimalzahl über Hex und Base64 in einen lesbaren Text komme ich nicht weiter, das ist nur eine sinnlose Buchstabenfolge. Mit dem Beispiel der Challenge ('Beispieltext') konnte ich eine Dezimalzahl generieren (wenn auch nicht die im Beispiel angegebene) und diese auch wieder in 'Beispieltext' zurückübersetzen. Hat jemand einen Tip für mich oder könnte jemand aus dem Admin-Bereich evtl. mein m überprüfen? Viele Grüße Klaus

Re: Challenge "Alice's Birthday Party (Part 1)"  

  By: newton on Jan. 6, 2023, 4:28 p.m.

Moin Klaus,

leider können wir hier keine weiteren Hilfestellungen geben, da die Challenge bereits gesolved wurde. Wenn konkrete Lösungen eingereicht worden wären, hätten wir hier einen Tipp geben können, bspw. das nur wenige Lösungszeichen falsch sind. Sonst kann ich nur empfehlen, nochmal durch den Thread zu scrollen, es scheint, als hätten schon einige andere das Problem gehabt.

VG newton


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