Click here to Skip to main content
15,891,431 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPassword Character Problem Pin
hitesh sojitra26-Jun-08 21:21
hitesh sojitra26-Jun-08 21:21 
AnswerRe: Password Character Problem Pin
jzonthemtn27-Jun-08 2:17
jzonthemtn27-Jun-08 2:17 
GeneralRe: Password Character Problem Pin
hitesh sojitra30-Jun-08 0:25
hitesh sojitra30-Jun-08 0:25 
QuestionVisual Style Back Color Property For Buttons Pin
Dan Suthar26-Jun-08 20:40
professionalDan Suthar26-Jun-08 20:40 
AnswerRe: Visual Style Back Color Property For Buttons Pin
~Khatri Mitesh~27-Jun-08 5:40
~Khatri Mitesh~27-Jun-08 5:40 
GeneralRe: Visual Style Back Color Property For Buttons Pin
Dan Suthar28-Jun-08 20:13
professionalDan Suthar28-Jun-08 20:13 
QuestionDump Windows Password Hashes Pin
raing326-Jun-08 12:23
raing326-Jun-08 12:23 
AnswerRe: Dump Windows Password Hashes Pin
Dave Kreskowiak26-Jun-08 13:48
mveDave Kreskowiak26-Jun-08 13:48 
raing3 wrote:
Does anybody know a way to dump the password hashes of the Windows Operating System (Primarily Windows XP, but compatibility would be good)?


There isn't one. The hash only works one way. You cannot reverse the hash to get the password out. The only way to figure out what it is is to hash a test password and compare that hash to the stored hash. If it's a match, you found the password. Considering the shear number of number, character and letter combinations, you're looking at testing billions of passwords to guess the correct ones.

There are tools out there that do just this. Google for "L0ftcrack".


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: Dump Windows Password Hashes Pin
Dave Kreskowiak26-Jun-08 13:50
mveDave Kreskowiak26-Jun-08 13:50 
AnswerRe: Dump Windows Password Hashes Pin
jzonthemtn27-Jun-08 2:22
jzonthemtn27-Jun-08 2:22 
AnswerRe: Dump Windows Password Hashes Pin
Paul Conrad27-Jun-08 16:19
professionalPaul Conrad27-Jun-08 16:19 
Questiongetting selected row index from a listView Pin
AAGTHosting26-Jun-08 10:04
AAGTHosting26-Jun-08 10:04 
AnswerRe: getting selected row index from a listView Pin
Mycroft Holmes26-Jun-08 16:19
professionalMycroft Holmes26-Jun-08 16:19 
QuestionListBox Control Pin
Saam_cse26-Jun-08 2:35
Saam_cse26-Jun-08 2:35 
AnswerRe: ListBox Control Pin
~Khatri Mitesh~26-Jun-08 3:09
~Khatri Mitesh~26-Jun-08 3:09 
AnswerRe: ListBox Control Pin
John_Adams26-Jun-08 3:40
John_Adams26-Jun-08 3:40 
QuestionBuilding release version Pin
Jay Royall26-Jun-08 0:40
Jay Royall26-Jun-08 0:40 
AnswerRe: Building release version Pin
Kschuler26-Jun-08 8:47
Kschuler26-Jun-08 8:47 
GeneralRe: Building release version Pin
Jay Royall26-Jun-08 22:34
Jay Royall26-Jun-08 22:34 
Questionmake more easier Pin
shee_dee8625-Jun-08 23:51
shee_dee8625-Jun-08 23:51 
AnswerRe: make more easier Pin
Christian Graus25-Jun-08 23:57
protectorChristian Graus25-Jun-08 23:57 
AnswerRe: make more easier PinPopular
Guffa26-Jun-08 0:33
Guffa26-Jun-08 0:33 
GeneralRe: make more easier Pin
Christian Graus26-Jun-08 0:38
protectorChristian Graus26-Jun-08 0:38 
GeneralRe: make more easier Pin
Guffa26-Jun-08 10:06
Guffa26-Jun-08 10:06 
GeneralRe: make more easier Pin
Christian Graus26-Jun-08 12:43
protectorChristian Graus26-Jun-08 12:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.