Skip to main content

Posts

How To View All Saved Passwords in Google Chrome

When you log in a website for the first time, Google chrome ask you to save the username and password so that next time you log in ,you won't need to fill them again.This option is activated only if you click on "Save password" when browser ask you for it.            However later on if you need to view the passwords or want to remove the password for a website,you might find it difficult.In this post I will tell you how to manage passwords stored in Google chrome.  Open Google Chrome and go to settings.  Click on advanced tab .  Under password and forms ,select manage saved passwords.  A new window will open that shows saved passwords for different websites.  You can see the password for a website by selecting it and clicking show button.  If you want to remove saved password for a website simply click on cross.  It also shows a list of websites that you chosen as 'never save password '.         Done....

How To Reveal Hidden Passwords (Asterisks) In Web Browsers

In many places where you need to input your password to gain access, authorize or confirm a transaction, whenever you type passwords into the input text box, the characters automatically turns into asterisks or bullets. This is to protect your password from straying eyes. However, in situations that require you to  know what lies behind those asterisks , we’ve got a simple trick to  reveal the passwords on your web browsers . These hidden passwords are disguised with the help of simple HTML and CSS. So just changing the value of something specific will easily reveal what’s behind those bullets or astericks. We’ll show you how this is done in Google Chrome and Firefox. Google Chrome In any website which contains your saved password,  right click  on the  password box  and click on  Inspect elem ent . You’ll now notice the bottom quarter of your screen filled with codes. You only need to focus on the  highlighted (in blue) part  to reveal the password.            

How to Hide any Local Drive using Command prompt

 Today Computer World tutorial is about how to hide a local drive without any 3rd party software. There are lo … ts of free and payable software’s available to hide local drive, but I’m not gonna talk about hide a local drive using a software. In this tutorial I’ll show you an easiest way to hide local drive without using software. This will save your both money and time. There are 3 methods available to hide a local drive without using any software 1. Hide a drive through gpedit 2. Hide a drive through regedit 3. Hide a drive using command prompt  Now Im covering, command prompt way of doing it. So lets see how to do. How to Hide a Local Drive using command prompt? 1. Click on Start - Run 2. In Run box type cmd and hit Enter. Now Command Prompt window will appear. 3. In command prompt, type diskpart and hit Enter. 4. Then type list volume and hit Enter. Now it will display the list of all your computer drives details. 5. Then type the Drive Letter which you want to hide. If you

How to Create a Password Protected Folder without any Extra Software

There are a lot of methods that you can use to create a password protected folder, most of which require the use of some third party software. Using this neat method you can hide your folders with a quick batch script. It’s important to note that this will not actually conceal your data from somebody that knows what they are doing. Note:  if you are a beginner you should be careful with this script Create Your Password Protected Folder Before you get started you need to create a folder that will house your password protected folder, this is just an ordinary folder and can be located anywhere and named anything. Navigate into your newly created folder and create a new Text Document. This can easily be done from the context menu. Open the document, now paste the following code into the contents of the document: cls @ECHO OFF title Folder Private if EXIST "HTG Locker" goto UNLOCK if NOT EXIST Private goto MDLOCKER :CONFIRM echo Are you sure you wa