Software & Website Development Group

Showing posts with label how to hide drives in windows. Show all posts
Showing posts with label how to hide drives in windows. Show all posts

Wednesday, 6 August 2014

Strong password

“Strong”
 passwords are difficult to compromise.


Even if your password is long and complex (e.g. a combination of uppercase and lowercase letters, numbers and other non-alphanumeric characters), if it is stored or sent in plaintext, you’re toast if the hackers get hold of it.
Plaintext means it can be viewed exactly the way it has been entered, using easily accessible tools. For example, if your password is Super$ecretp@Ss, a free downloadable tool like Ettercap enables your password to be viewed exactly in that form: Super$ecretp@Ss.

If, however, your password is encrypted, it means that it has been scrambled; it cannot be viewed using the same tool (Ettercap). It might be displayed something like this: xt%y&1sm^*gt;>2.

Unfortunately, many software applications still store and send passwords in plaintext. That is why hackers still find the first three items in the next section so effective.

Make sure that your password is not guessable by hackers.
There are many ways to create a strong password.

Monday, 7 July 2014

Hide drives in windows....

09:25 Posted by Anthesis No comments

Hide drives in windows.

Simply Follow the steps:
1.Go to run .
2.Type “diskpart”.
3.Type “list volume”.
4.Now select the volume you want to hide by typing “select volume n”(n is the volume number against the drive you want to hide).
e.g.: select volume 2.
5.Type “remove letter x”(x is the drive name).e.g.: remove letter D.
Done, now check my computer .

If you want to show the drive again then repeat step 1 to 4 then type “assign letter x”.
Note :
**Don’t try with drive C **
** If you have locked something with Folder-lock or other software then after assigning the drive everything will be unlocked ;)**