Pages

Tuesday, April 7, 2015

How to protect data from hackers

How to protect data from hackers - Important data on a computer is at risk if lost or theft of hacker attacks. There are several software that aims to protect your data, but there are some manual way to protect your important data from hacker attacks following tips.

Data files hidden in a safe place: The first way is to hide files. Windows has a built-in ntuk hide files or folders you. how you can hide it? Open File Explorer> click View> select Options. window Folder Options> click the View tab and check the "Do not show hidden files, folders, or drives> click OK. to hide files / folders? Right-click on the file / folder> select Properties> General tab, check the Hide menu and click Advanced button> check the Folders menu is ready for archiving
how to show hidden files or folders?
Open Folder Options> View tab> check the menu Show hidden files, folders, or drives> click OK.

Password Files / Folders: To protect your files or folders with a password you can use the software but no manual way to password by using a bat file. How to create a password file? follow the steps below
Open Notepad and copy the script.
cls
ECHO OFF
if EXIST "Control Panel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST FolderBaru goto MDFolderBaru
: CONFIRMED
echo Are you sure to lock this 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 Newfolder "Control Panel. {21EC2022-3AEA-1069-A2CD-08002B30308C}"
attrib + h + s "Control Panel. {Control Panel. {21EC2022-3AEA-1069-A2CD-08002B30308C}"
echo Folder locked
goto End
: UNLOCK
echo Enter password to Unlock Your Secure Folder
set / p "pass =>"
if NOT% pass% == winrep goto FAIL
attrib -s -h "Control Panel. {Control Panel. {21EC2022-3AEA-1069-A2CD-08002B30308C}"
ren "Control Panel. {21EC2022-3AEA-1069-A2CD-08002B30308C}" Newfolder
echo Folder Unlocked successfully
goto End
: FAIL
echo Invalid password
goto end
: MDNewFolder
md Newfolder
echo Newfolder created successfully
goto End
: End

Double-click the bat file from a script in which you copied. Newfolder will appear, enter the file / folder that you want to password> double click again bat file> type Y> press Enter. > Newfolder lost. How do I open it back?
Double-click the bat file> enter password winrep> press Enter.

No comments:

Post a Comment