Thursday, July 8, 2010

How to unlock a Folder Lock

Folder Lock is very popular, today we are going to crack the password of the folder lock.

I always knew that password must have been stored in Registry somewhere,and with little bit of search,i finally found the registry key where the password is stored.
Here is a trick to unlock a folder lock.












First open REGEDIT by typeing on RUN command, and go to the following path :[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\QualityControl]


If you dont find _pack key in HKEY_LOCAL_MACHINE...try to find out it in HKEY_CURRENT_USER..
[HKEY_CURRENT_USER\Software\Microsoft\Windows\QualityControl]

Then search for the key "_pack" - this key contains your password but in encrypted form....

That's how we will decrypt it...

Ignore sign ~~~~ , example covert "zbkb~~~~~~~ " to "zbkb
REVERSE the encrypted password.... in this case "zbkb"  becomes  "bkbz" 
REPLACE each character by it's previous character.Example: "b" becomes "a" , "k" becomes "j"...
In our examples..."bkbz" becomes "ajay". It is our password....


Summary of steps:
Original _pack key....."zbkb"
1) Reverse Key....."zbkb" to "bkbz"
2) Replace each character by it's previous character.
   "bkbz"  to "ajay"


Special note....
1) a space becomes......"!" character...
2) if a number is used in password then replace it by previous number..
3) if a special character is used then u have to find out its ascii value then replace the character with
    character having ascii value just one less then our encrypted character.
   

No comments:

Post a Comment