Tuesday 5 August 2014

Encrypt Files or Lock Folder With Password

How To Encrypt Files or Lock Folder With Password

We always have some private data like Business Documents, Pictures and Videos of friends or family which we want To Encrypt or Lock Those Files With Password

Encrypt Files or Lock Folder With Password



How To Encrypt Files or Lock Folder

My Blog Provides New Tricks of Internet and Software.These Tricks Are Free of Cost and Very Unique Tricks.We Provide only Safest and Helpful Tricks.If You Have Any Problem and Want any Help Please Left a Comment in Posts.If You Like My Tricks Then Please Share Them and Keep Supporting My Small Blog.Now I am Going To Post a Trick To How To Encrypt Files or Lock Folder So we Protect our Private Data.

Encrypt Files or Folder Without Any Software

Encrypt Files or Lock Folder  Without Any Software So You Don't Need To Download Folder Lock.


 
Relative Posts :- Increase Google Plus Followers, Android Smartphone Tricks and Download YouTube Videos Without Software.
Step 1 = Open The Notepad and Paste This Following Code In Notepad



cls
@ECHO OFF
title freetrickshub.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
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 MyFolder "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 Your Secure Folder
set/p "pass=>"
if NOT %pass%== babbumaan goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End


Step 2> Save and Change The File Name To Secure.bat ( .bat is must in Name)
Step 3>Click on Secure.bat and You Will Saw a New Folder and Paste Your Files In That Folder
Step 4> Then again Click on Secure.bat and You Saw Command  Type =Y and Press Enter (Your Folder Will Be Hidden)
Step 5> To Open That Folder again Click on Secure.bat and Enter My Password = babbumaan and Done (You also Change Your Password in the Above Code by Replacing babbumaan and Type Your Password on That Place)


No comments:

Post a Comment