| | |
Getting windows authentication
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
Im afraid my friend, you cant get the password, if you could, then thousands of "password recovery aka password stealing" apps in java would be floating around the internet...
Windows password are stored in a file, cant recall the name, and they are encrypted, so you need
1. Read windows partition from Linux or DOS
2. Take the password file
3. Use a brute-force password recovery app, to TRY to find some of the passwords
As you can see, theres no way to read these passwords from Java or any other language, even If you could read the file on real time (you cant, windows blocks it, thats the reason of step 1 mentioned before), you would still have to try and find the password through brute force, which is, time/resources consuming, you could spend 24 hours in a row trying to get a password and either succeed or not, depending on the complexity of the password (aka, lenght, different characters, and so on..)
Hope thats clear
cheers
Windows password are stored in a file, cant recall the name, and they are encrypted, so you need
1. Read windows partition from Linux or DOS
2. Take the password file
3. Use a brute-force password recovery app, to TRY to find some of the passwords
As you can see, theres no way to read these passwords from Java or any other language, even If you could read the file on real time (you cant, windows blocks it, thats the reason of step 1 mentioned before), you would still have to try and find the password through brute force, which is, time/resources consuming, you could spend 24 hours in a row trying to get a password and either succeed or not, depending on the complexity of the password (aka, lenght, different characters, and so on..)
Hope thats clear
cheers
•
•
Join Date: Mar 2005
Posts: 13
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by darklordsatan
Im afraid my friend, you cant get the password, if you could, then thousands of "password recovery aka password stealing" apps in java would be floating around the internet...
Windows password are stored in a file, cant recall the name, and they are encrypted, so you need
1. Read windows partition from Linux or DOS
2. Take the password file
3. Use a brute-force password recovery app, to TRY to find some of the passwords
As you can see, theres no way to read these passwords from Java or any other language, even If you could read the file on real time (you cant, windows blocks it, thats the reason of step 1 mentioned before), you would still have to try and find the password through brute force, which is, time/resources consuming, you could spend 24 hours in a row trying to get a password and either succeed or not, depending on the complexity of the password (aka, lenght, different characters, and so on..)
Hope thats clear
cheers
Thank you very much darklordsatan.
![]() |
Similar Threads
- login page:connect to dbase using windows nt (ASP.NET)
- Create Windows Authentication (VB.NET)
Other Threads in the Java Forum
- Previous Thread: JTables
- Next Thread: reading external files into java
Views: 11412 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for Java
android api apple applet application apps arguments array arrays automation binary bluetooth businessintelligence card chat class classes client code collision component crashcourse database draw eclipse error event exception file fractal free game gis givemetehcodez graphics gui helpwithhomework html ide image input integer integration j2me java javadoc javafx javaprojects jmf jni jpanel julia jvm key linux list loop machine map method methods migrate mobile netbeans newbie nls number object oracle packets physics print problem program programming project radio recursion scanner screen security server set size sms socket software sort sql string swing test textfield threads time transfer tree trolltech utility windows





