We all know that
Microsoft sometimes has problems in their operating systems. Sometimes
they just don't do somethings correctly (like the WMF exploit that we
all know about) and it's up to us to tweak our computer to make it
correct. That's why today I'm going to talk a little bit about the
security of Windows XP because we all care about it.
Now, you
might not know this so let's start from the basics. All windows user
passwords are stored as hashes... which simply mean that they are
encrypted to protect it. But windows uses something called LMhash to
store the passwords. Which is not good news if you want to keep your
data secure. Here's how you can fix this.
Prevent your Windows PC from getting hacked
Basically what LMhash (or Lan Manager hash) does is converts the password to upper case, makes it 14 characters long, splits the 'encrypted password' into 7 pairs etc. So it sort or puts it into the same format every single time, and since hackers know this format it just makes it easier to crack because its not totally different every time. You can read more about it from Microsoft, the geniuses who created this in the first place.
So what you want to to is stop using the LMhash to convert the passwords to make it more easily accessible. And this is very simple to do using the registry. All you do is enable the noLMhash value and Windows will stop using LMhash... simple.
Here's how you do it:
- Make sure you have admin privileges before you continue
- Make sure that yo back up the registry before you perform this tweak
- Click 'Start'
- Click 'Run'
- Type in 'regedit' (without the quotes of course).
- Then navigate to the following registry key using the left column : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- In the right column Double click on nolmhash
- In the box that pop's up type in 1 and click 'OK'
- Click regedit and the reboot your computer.
- Important:
Change Your Password! Or else the old hash is still going to remain
there and the tweak won't do you any good. And make sure that you keep
changing your password at regular intervals.
Congratulations, your passwords are now going to be more secure and less crackable, however you still need to take more precautions so that you don't loose any important data.



