EvilZone

Hacking and Security => Hacking and Security => : Code.Illusionist January 04, 2013, 01:15:16 PM

: Decrypt this
: Code.Illusionist January 04, 2013, 01:15:16 PM
Can someone decrypt this for me? It's not website password or something like that. Just friend of my sent me this.
:
pVtY7qmaWVhkaYxi+AY5si2k+4xW7L01YH2SmQSevh1kBuVzR8pyQRr6WVmyL935OhgEK2FgdnMOpDj4yHcvcdw5odMjr0NsVO
: Re: Decrypt this
: Pak_Track January 04, 2013, 02:34:15 PM
decrypt what?
: Re: Decrypt this
: Code.Illusionist January 04, 2013, 02:51:49 PM
Updated. I forgot to add it. :)
: Re: Decrypt this
: hanorotu January 04, 2013, 03:06:54 PM
I tried but I couldn't find any solution. Any idea what this is encoded in?
: Re: Decrypt this
: flowjob January 04, 2013, 03:14:28 PM
I'd guess SHA-512, cuz it's 98 chars in hex...
: Re: Decrypt this
: Code.Illusionist January 04, 2013, 03:39:15 PM
I tried but I couldn't find any solution. Any idea what this is encoded in?
That's the problem. I don't know. He probably wanted to make me look mad because I don't know what is written there.
: Re: Decrypt this
: namespace7 January 04, 2013, 03:48:20 PM
First of all, thats probably a SHA-2 384bit hash. SHA-2 512 would have to be longer.
Second of all, no one is going to crack the hash for you.
If the text that was hashed is very short and no salt was used, then you could probably crack it pretty fast, if you have a good GPU card (forget cracking long hashes with a cpu).
Currently there are no "clever ways" to crack SHA-2 fast, so you are stuck with brute force. You could use dictionary attacks too, but that only makes sense if no salt was used to hash the text.

If the hashed string was long, had special chars and salt was used, you are screwed. Wouldn't crack it in a million years.
: Re: Decrypt this
: Code.Illusionist January 04, 2013, 03:51:56 PM
Thank you for such detailed explanation. :)