What's new

vb.net 2005 account file decrypt?

  • Thread starter TheCowboy
  • Start date
  • Views 404
T

TheCowboy

Newbie
Messages
8
Reaction score
0
Points
35
Sin$
7
I did not figured out how to decrypt file.can anyone show me?
 
G

godzcheater

Enthusiast
Messages
127
Reaction score
18
Points
70
Sin$
0
free60 has all the information on this. LINK
In short the first 16 bytes is the hash of the decrypted file, hash these bytes to get the RC4 key(again resized to 16).
the rest of the file(388 bytes) is just a rc4 encrypted, I use this rc4 function.
When ever you hash data you should use retail or dev key in .net's HMACSHA1 class.

I think .net reactor will do this.
<.<
 
Top Bottom
Login
Register