Protect personal data without using 3rd party software

Protect personal data without using 3rd party software
By: Amandeep singh Chawla

Protect Personal Data
Protecting data is important for the sake of privacy. Actually it’s not really matter a lot what kind of method we use for to protect our data. But we always try to find the best and unique method to do our task. In this post we’ll learn how we can protect personal data without using and kind of 3d party software. Let’s get started.
Procedure to Protect Personal Data
For to protect personal data without using any kind of 3d party software follow the given simple steps in orderly manner
1) Create a new folder where ever you want.
2) Now copy the given text and paste it in the notepad, then save it as .batextension in the newly created folder
 cls
@ECHO OFF
title Folder Private
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Etes vous sure de vouloir bloquer les fichiers Y=Oui N=Non(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 Private “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%== motdepasse goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Private
echo Bien Bloquer GG
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
4) After that, Change the “motdepasse” to the password which you want to set for the folder (which will protect your data) then save it as .bat file i.e, filename.bat.
5) Now double click on .bat file, it will create a new folder.
6) Put your all required data which you want to protect in that folder. After that, again double click on .bat file and press Y. Your folder will be hidden permanently.
7) If you want to get your hidden folder back, for that double click on .bat file again. It will ask you to enter the password, now enter that password and then press enter. By this you’ll get your folder back which contains all of your private data.
8) For to hide it again, double click on .bat file and then press Y.
It’s an easy to follow tutorial for to protect personal data without using any kind of 3d party software. i have covered couple of tutorials on how we can hide or protect our data and its one of the best out of them




You may also like

No comments:

Powered by Blogger.
//go.ad2up.com/afu.php?id=131698