Showing posts with label security. Show all posts
Showing posts with label security. Show all posts

Tuesday, 4 December 2012

How to add 2-step verification in Gmail


Hi friends, today i am going to tell you about 2-step verification process of gmail. Some of you might be knowing about 2-step verification process of gmail. It means when you enter correct password in the password field then instead of directly opening your gmail account, a verification code will be sent to your mobile and after entering this verification code, you will be logged in

Wednesday, 10 October 2012

Free download FOLDER LOCK 7.0.5 with crack


Foder Lock 7.05  is among the best security products i have ever seen .Folder Lock is a full suite solution for all your data security needs. It lets you keep your personal files protected in a variety of ways, in both PC and portable drives and offers optional backup of protected files to an online storage.

Thursday, 20 September 2012

How to Access blocked sites anonymously



Hi friends, many of us want to know how to access sites like Facebook,Youtube,Twitter and so on, which are blocked by system administrators in college labs. 
In my previous post i have told you how to access blocked sites.

This time i again here with another solution. We can do so by using Hotspot Shield software.
Features:

How to automatically Log Out of Facebook?



Hiii friends..................this time i am here with an add on which automatically log out of Facebook.
Now a days people are addicted to Facebook.Most of time they accidentally leave themself signed in to the social network. And this cause a threat to their privacy.Situation become more worse when we use our account on public PC like in cyber cafe or in computer labs of colleges.
Thanks to  a Firefox add-on called Facebook Auto-Logout, which help us to solve this problem.
A very simple and easy to install add on, once installed on your Firefox browser, it will automatically log you out of Facebook after a predefined period of inactivity, when you close the browser window. To use this add on you have to delete all cookies from your Firefox browser, so you’re not logged in anymore and not traceable at least by these cookies.

Sunday, 16 September 2012

WANT TO KNOW WHO USED YOUR PC IN YOUR ABSENCE


Hiii friends.......Today i am going to tell you a simple commad by which you may know who has used your PC in your absence.

Follow these steps:

1. go to START
2. click on RUN
3. type the following command
    eventvwr.msc




Events are stored in three log files: Application, Security, and System.

These logs can be reviewed and archived.

For our purposes we want the System log.
Click on "System" in the left-hand column for a list of events.

Look for a date and time when you weren't home and your computer should have been off.

double click on the eg: info n it will show u the detail.

You can also use this log to see how long someone was on the computer.

Just look at the time the computer was turned on and off for that day.

enjoy....................

Saturday, 15 September 2012

How to password protect your chrome browser



Hi friends, today I am going to tell you the simple trick which will allow you to apply start up password in chrome browser. Some people  keeps logged in their system and many bookmarks are also saved in the browser. After installing this add on, they can apply password so that their personal stuffs remain personal. I will use Simple Start up Password extension for this purpose.

Simple Start up Password is an add on for Google Chrome browser that
blocks unauthorized people from using your browser.  Just go to the extension gallery of Google Chrome and install the Simple Start up Password add-on for your browser.

You can get this add on from Google Chrome’s extensions gallery.

CLICK HERE to get this extension


CLICK HERE to download Chrome browser.




After installing the add-on,
1. Go to Setting -> Tools -> Extensions.
2. Look for Simple startup password, click on options.
3. Set up password for your browser.
4. You're done!

Now, if you open chrome browser then it will ask for the password. If you enter the wrong password then it will be closed.

Enjoy...................

Wednesday, 15 August 2012

Use your Pen Drive as master key to your PC/Laptop



Hello everybody! I am here again with a nice trick for securing your Laptop or PC from unauthorized access. Friends Window stores its password in a file which is used by it at startup. We can store that file in our pen drive and use it at the time of startup to open windows.



 Follow the steps...
  • Go to Run
  • Type “syskey” without quotes.
  •  Click on Update.

        You can select:
         Password Startup: If selected, It will ask password while starting windows
         System Generated Password: System will automatically generate a password. 
         Window will use it to     get started automatically if stored locally.


  •      Our motto is to open through pen drive. So click on “Store Startup Key on Floppy Disk”.
  •      Give the password which you want to give.
  •      Click on OK


 Attention!!!
The pen drive in which you have saved this file will be always required to start the system.


enjoy guyssss...................

How To Hide Partitions Without Using Any Software



Hello friends.............I am going to tell you a simle  trick to hide any partition of your hard disk on your computer. Some times we need to hide our confidential and private data form others.Although there are many software in market to hide partition but I am telling you two easy methods to hide partitions without using any software.

Hide Partitions Using Command Prompt
  •  Open command prompt .
  • Type Diskpart and press Enter.
  •  In the console type List volume to see all the drives present in your computer.
  •  Now select the drive which you want to hide.
  • Note: Here I am showing how to hide D drive.
  •  In My Computer it is volume 2 for drive D .
  •  Now to hide drive D type Select volume 2 .
  •  Then type remove letter d , this will hide your drive.
  •  Now to unhide your drive  type Select volume 2 and then type assign letter d 


Hide Partitions Using Computer Management

  •  Right click My Computer.
  •  Click Manage .
  •  This will open Computer Management.
  •  Under Storage, select Disk Management.
  •  Right click on the drive which you wish to hide.
  •  Select Change drive letters and paths...
  •  Click Remove
  •  Now can find your partition will be hidden.
  • To get back the partition Computer Management<Select drive< Change drive      letters and paths
  •  Now select Add option.
  •  In that Assign the following drive letter.
  •  Select ok.

enjoy.......................


Saturday, 11 August 2012

LOCK your Folders with PASSWORD using notepad


-:LOCK your Folders with PASSWORD using notepad:-


Folder Lock With Password Without Any Software-
We will need only notepad...............no need of any folder lock software.
  • Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
  •   Then you see a batch file. Double click on this batch file to create a folder locker.
  • New folder named 'Locker' would be formed at the same location.
  • Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
  • If you want to unlock your files,double click the batch file again and you would be prompted for password.
  • Enter the password and enjoy access to the folder.


if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
Related Posts Plugin for WordPress, Blogger...