Jump to content

Hash returns in Unreadable words ?


COD3369
 Share

Recommended Posts

Try This, Convert it to Hex() 

While 1
Local $sData = InetRead( "http://wwww.google.com" )
Local $sHash = _Crypt_HashData($sData, $CALG_MD5)
MsgBox ( 0 , "Hash" , "Hash: " & $sHash )
FileWriteLine ( "hash.txt" , Hex($sHash) ) 
sleep(3000)
wend
Edited by mrflibblehat

[font="'courier new', courier, monospace;"]Pastebin UDF | Prowl UDF[/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...