Pages

Showing posts with label Security. Show all posts
Showing posts with label Security. Show all posts

Saturday, July 2, 2011

Mozilla Firefox Master Password

To help secure your password information from anyone else using Firefox or from anyone that could steal your computer follow the below steps to setup a Master Password.
  1. Open Firefox and click Tools and then Options.
  2. From the Options window, select the Security tab.
  3. Check the Use a master password option.
  4. Enter your master password and click OK. From now, no one without having the master password can neither View or Delete the saved passwords nor can Add new passwords to the list.
To view or delete Saved Passwords click the Saved Passwords button on the Security tab and then click Show Passwords option. Enter your master password and you can see the passwords.

Friday, July 1, 2011

Lock your personal folder without using any software.

First, locate the folder which you want to lock. Suppose, DATA is your private folder and it is stored in D:\ drive.

In the same drive ( ie, D:\) you need to create a batch file. For this, Do the following steps:
  1. Open Notepad, Start>Programs>Accessories>Notepad
  2. Type, ren data data.{21EC2020-3AEA-1069-A2DD-08002B30309D}
  3.  Now, take File menu and click Save  (The Save As window appears)
  4. Here, Select D drive in the Save in option and give File name as "Lock.bat" (with quotes)
  5. Click Save and close it.
Now open D drive where your folder DATA is, there should be a file named Lock, Double click it. Now the folder DATA's icon will be changed to Control Panel icon.
Try to open the folder DATA, it will open the Control Panel instead of your folder. It is Locked!!


To Unlock

To create another batch file.(Do this only when necessary and delete after use.)
  1. Open Notepad, Start>Programs>Accessories>Notepad
  2. Type, ren data.{21EC2020-3AEA-1069-A2DD-08002B30309D} data
  3.  Now, take File menu and click Save  (The Save As window appears)
  4. Here, Select D drive on the Save in option and give File name as "Unlock.bat" (with quotes)
  5. Click Save and close it.
Now, Open D drive and Double click on unlock.bat and you will get back your original folder.

NB: Try at your own Risk.