Upload:
4:41 PM 10/03/2023
Description
One of the simplest encryption methods, be careful with the language
You must be logged in to post a comment
0xM4NSI on 7:44 AM 10/24/2023: can you give me the writeup
AmeyM on 1:30 AM 10/28/2023: Whats is the password to open the zip file?
sporta778 on 4:43 PM 11/02/2023: crackmes.one
sporta778 on 7:11 PM 11/02/2023: this is just method coding message.
On my computer this is russian text.
This is just shift all symbol in message by shift
that you write in second input.
First input= message, second input= shift.
E.G. ABC= first input =message , second input = 1 =shift,
so coding message = BCD. i think its just russian crackme.
Here no things to find, this strange const= 0xB60B60B7 and
imul, and sar by 0x5, and sar by 0x1f very strange......
sporta778 on 7:23 PM 11/02/2023: this is just clue, in the overview :"be careful with language".
sporta778 on 8:36 PM 11/02/2023: just if u use english , this is not shift a message by the way...
sporta778 on 8:36 PM 11/02/2023: u need write a message in russian...
sporta778 on 8:44 PM 11/02/2023: or u need write codes which writeing in memory,
in the disasembler code u will find a lot mov [mem1],0xc0, 0xc1, 0xc2 etc....
Cristian486 on 10:44 PM 07/13/2024: Any tips on this one ? I did not understand if there is any secret to find or is just a caesar cipher program
Tewel on 10:41 AM 10/23/2024: Used it to understand whats going on. Thanks for sharing, to learn something. Done!
Elephant on 7:33 AM 06/29/2025: there is no FLAG, at least not one executed or intereacted with in the code. its just a simple russian Caesar's cipher tool
You must be logged in to submit a writeup