Sunday 27 September 2015

How to Encrypt any File or Folder on PC without any software

We have many Personal Information, but how to keep them safely. Today I am posting a very good trick you just need to paste some codes in Notepad and you are Ready.
Steps:


  • Open Notepad And Paste the Follow code.
        cls
@ECHO OFF
title NewHackz4U.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%== 6641234 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

* Click on Secure.bat and You Will Saw a New Folder
and Paste Your Files In That Folder
* Then again Click on Secure.bat and You Saw
Command Type =Y and Press Enter (Your Folder Will Be
Hidden)
* To Open That Folder again Click on Secure.bat and
Enter My Password = 6641234 and Done (You also Change
Your Password in the Above Code by Replacing 6641234
and Type Your Password on That Place)

Good Luck...

No comments:

Post a Comment