downloadS!x0r's Crackme#4 by S!x0r

Download Crackme#4_S!x0r.tar.gz, 15 kb

Hi everybody!

I've written a new linux crackme. For beginners it's level 3, I think!
Goals are in the readme file.

Some infos:
Crackme is with graphical user interface (QT)
Architecture 64 bit
Not stripped!

Have fun!

Difficulty: 3 - Getting harder
Platform: Unix/linux etc.
Language: C/C++

Published: 09. Feb, 2016
Downloads: 316

Rating

Waiting for at least 3 votes
(we have only 1).

Rate this crackme:

Send a message to S!x0r »

View profile of S!x0r »

Solutions

Solution by acruel, published 22. feb, 2016; download (2 kb), password: crackmes.de or browse.

acruel has not rated this crackme yet.

Submit your solution »

Discussion and comments

acruel
18. Feb, 10:28
Is brute-force necessary?
S!x0r
Author
18. Feb, 10:59
Hi acruel,

brut-force isn't necessary.
acruel
18. Feb, 11:41
@S!x0r
That's nice. I'll post a solution later ;)
acruel
20. Feb, 07:02
I'm stuck. Trying to compute a discrete logarithm of a number, which is too big to compute on my MBP. Is there a way to avoid doing it?
S!x0r
Author
20. Feb, 08:48
You can use this calculator...

http://magma.maths.usyd.edu.au/calc/

It computes the discrete logarithm in seconds.

eg.

p := 123;
K := GF(p);
g := K ! 456;
y := K ! 789;
x := Log(g, y);
x;

Replace p, g and y with your values in base 10.
acruel
20. Feb, 09:04
Great. It's blazing fast.

I tested the same combination of p,g and y on wolfram, but it took forever to compute.
S!x0r
Author
20. Feb, 10:05
I've never used wolfram :) Yes, magma is fast.
acruel
20. Feb, 11:56
Just posted a solution. Thanks for your help, S!x0r.

acruel
E72979218016C452-65331190F912E106
S!x0r
Author
20. Feb, 13:28
@acruel

Your key works fine. I'll read your solution, then.
S!x0r
Author
06. Mar, 11:47
Thanks for your solution, acruel!

You may leave your comment, thoughts and discuss this crackme with other reversers here.
Acting childish will not be tolerated.
HTML and such will be left as-is, so don't try.