Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 14:42

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: VB.NET Help Steam Hash read
PostPosted: 18 May 2009 17:57 

Joined: 18 May 2009 17:53
Posts: 3
Hello dear community !! :)

i will make a steam password recovery tool.
first of all i must read the hash out of the clientregistry.blob.

Code:
Imports System.IO

Public Class form1
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Try
            Dim gethash = New StreamReader("C:\programme\steam\clientregistry.blob").ReadToEnd
            Dim start As Integer = gethash.ToString.IndexOf("Phrase", 1)
            Dim suchanfang As Integer = start + 42
            Dim suchende As Integer = suchende + 90
            Dim convv As String = CStr(suchende)
            For i = suchanfang To suchende
                suchende = suchanfang + suchende

            Next i
            Dim textschreiber = New StreamWriter("C:\Steam-hash.txt")
            textschreiber.WriteLine("**Steam-hash**")
            textschreiber.Write(suchende)
            textschreiber.Close()
            MsgBox("Daten erfolgreich ausgelesen!", MsgBoxStyle.Information, "Succesfull")
        Catch
            MsgBox("Daten konnten nicht ausgelesen werden!", MsgBoxStyle.Critical, "Error")
        End Try
    End Sub
End Class


but why is the hash in the Steam-Hash.txt "90"??
so :
**Steam-hash**
90


i know that the cryptet steam hash is 90 long
is this the mistake ?

but i think the code is correct ;(


greetz & thanks


inmate


Top
 Profile  
 
 
 Post subject: Re: VB.NET Help Steam Hash read
PostPosted: 19 May 2009 14:49 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
uhmmm it's not very clear anyway I guess you must re-read the following thread:
steam-password-recovery-t488.html


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: