wind010 on 7:21 AM 01/22/2023: Is this really just decoding the printed out text after entering any key and enter or is it actually expecting a valid key value?
ssranked on 4:26 PM 03/05/2023: I have the same question as wind010. I was able to get the correct answer from the string from console, but I couldn't find a way to get a key that would cause the program itself to return the decrypted text
featherfx on 4:39 PM 03/20/2023: This one is pretty straight forward, since a standard caesar cipher just shifts the letters around based on the shift amount(integer) it's easy to do. If you drag the exe into cmd prompt, it will execute without instantly terminating. At the prompt you want to type 0, this will spit out the actual cipher you want to decode : Nkrru&Ngiqkxy - now you can manually shift letters to the left to figure out the key or you can paste into https://www.dcode.fr/caesar-cipher and have it bruteforce it, in which case you will get 6 as the key as it's the only that uses real words. Now type 6 for the exe prompt and u should get your decipher text. In x64dbg you can find the same cipher as typing in 0 if you search for the string at the prompt ("Enter the key:"), double click to go to location and slightly below it should be "call caeser.401550", double click it and you should see the same cipher stored as indivual chars.
featherfx on 4:41 PM 03/20/2023: Nkrru&Ngiqkxy *** sorry idk where it got the amp; from lol
You must me logged to submit a solution
Write a comment
Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Rate the difficulty
How would you rate the difficulty of this crackme ?