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