|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Decyphering cleartext
I've got a bunch of hex from a progra, written in the hex are cleartext passwords. Does anyone know how I can decypher the cleartext and get the passwords?
__________________
--Tantapants |
|
#2
|
||||
|
||||
|
Um, you don't need to decipher cleartext, thats the definition. http://www.asciitable.com/ has tables so you can convert hex back to text. I'm sure there are programs available as well
|
|
#3
|
|||
|
|||
|
alright, thanks. I was told cleartext was dif. though.
|
|
#4
|
||||
|
||||
|
What language are you using for this? For instance, in Perl you could just do:
$text=unpack("H*",$hex); to convert the hex back to readable text. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Software Design > Decyphering cleartext |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|