[HELP] Encrypted Hex

02/01/2013 01:10 noentre0093#1
Anyone knows how to decrypt an ecrypted hex codes?

still learning hex codes though. ==,

02/01/2013 02:18 Dr. Coxxy#2
yep, you decrypt encrypted hex codes by decrypting them.

[Only registered and activated users can see links. Click Here To Register...]
02/01/2013 02:32 noentre0093#3
im asking how u decrypt the encrypted hex. i know u have to decrypt the encrypted lol.
[Only registered and activated users can see links. Click Here To Register...]
02/01/2013 02:42 Dr. Coxxy#4
Quote:
Originally Posted by noentre0093 View Post
im asking how u decrypt the encrypted hex. i know u have to decrypt the encrypted lol.
[Only registered and activated users can see links. Click Here To Register...]

you should know how the data got encrypted otherwise youll be unable to decrypt any data.
Hex is just a representation of data - this is fully independent of any encryption.
02/01/2013 02:44 noentre0093#5
orite thx for the help =.=
02/05/2013 13:30 Mokiri15#6
Example for converting a HEX to DEC

HEX: 539
DEC: 9*16^0 + 3*16^1 + 5*16^2
DEC: 1337