Upgrading Tech Users

Showing posts with label Hiding Tricks. Show all posts
Showing posts with label Hiding Tricks. Show all posts

Thursday, 4 September 2014

How To Secure Files By Changing Extension.

HI friends Now a days it's very hard and important to save your data in our PC & Laptop from our friends and family. Today In this post i will tell you how to secure your files by changing the file type with another one to avoid the use of file by others. It will never reveal the original extension that the file was having. Only the owner and his authorized users are knowing it's correct type. 

CHECK OUT OUR OTHER TRICKZZ 
HOW TO HIDE YOUR STUFF BEHIND AM IMAGE

STEP 1 - Create a folder on Desktop. Place the files into it. Generally having same file extension for all files, such as JPG, is better to change the extension of all files to target extension, such as EXE.

NOTE - Here I have placed files with .jpg extensions.Suppose I want to change .jpg extension with .exe.

STEP 2 - Open command prompt by pressing "Shift+Right click" in folder windows where you have placed the files and select "Open command window here". This will automatically grab the local path. No need to apply change directory command!

STEP 3 - Hire the command as "ren *.jpg *.exe" to convert all jpg files to exe files.
•     Change jpg with the any extension that source file is having.
•     Here * means all files with same extension.
•     You can simply enter file name to change the extension of only selected file with target extension.
•     Change exe with other type such as rar, zip, pdf etc.

STEP 4 - Now check out the folder where you had placed the files with particular extensions are now changed with your target extension! You cannot open these files simply by double clicking on it. As it may result into display of garbage data.
 

How To Get Your Data Back 

Step 1 - In order to retrieve original data, you need to enter reverse of above command, that is "ren *.exe *.jpg".  Now you have your original files with correct extension!

IT's Done.

ENJOY FRIENDS
THANKS FOR READING


Tuesday, 1 April 2014

How to make a Folder Locking Software Using Notepad.

Hi friends you all know that its hard to protect our personnel stuff from viewing by all other without any third party softwares. Today in this post i am going to  tell 

'' How to make a folder lock Software using Notepad'' which will help u to protect your data/ stuff from every 1 without making too much locha Its very  simple to make.

Check out other Related posts.


So lets Start,






Step 1 - Just simply  Open Notepad.





Step 2 - Copy the Code given below and paste it in Notepad.

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the 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 Locker "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%==CYBERTRICKZZ goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End





NOTE - The password is CYBERTRICKZZ replace it from your own password which you like to create for that LOCKER folder.  

Step 3 - Now save this as Virus.bat.  I have choosen name as virus because no 1 will try to open it.





Step 4 - Now double click and enter the password to open your locker folder. Given as below in the image






Step 5 - Now just simply add you personnel stuff into the Locker folder created there. As given below in the image.





Step 6 - Now double click on the virus icon and press '' y '' to lock your stuff







HOW TO GET BACK YOUR STUFF

Step 7 - Just simply click on that virus icon and enter your password created in Step 2







U R DONE


Enjoy Friends



THANKS FOR READING

Thursday, 6 February 2014

How to Hide your stuff behind an Image.

Now a day its hard to protect your personal data from checking it by other users in our home PC/Laptop without using any other type of third party paid applications.Using a hiding tools or any password software show's that you have something important stuff inside that you are hiding from them. And They Try to Open it. 


So TODAY i am going to tell you how to Hide your personal data Behind an Image !


So Lets Start ,


Requirement - Download Winrar  Click here   






Step 1 - Create a new folder on desktop and name it whatever you want .( Here i have renamed it as "hide" You can also rename whatever u want)  


Step 2 - Open the folder and add your personal/secret stuff which u  want to hide into the folder 

 


Step 3 - Come on desktop, Right click on newly created folder  ("hide") AND now click on
 ADD To Archive

 

 Step 4 - Now a pop-up will come in which you have to select  RAR or ZIP ( Remember extension zip )

 

Step 5 - Now you get respective .zip or .rar  file with same name as your folder on desktop .

 

Step 6 - Copy any image on your desktop .Here i have copied hide.jpg !

 

Step 7 - Open command prompt using Admin priviladges in windows 7/8

 


Step 8 - Enter command as"
cd desktop"


Step 9 - Now Type "
copy /b hide.jpg+hide.zip Vansh.jpg" (without quotes"")


Step 10 - You will now find a file name with name 
Vansh


Step 11 - When you Open it normally , you will see an normal image.



 

HOW TO OPEN THESE FILES?


Step 12 - Just right click on Vansh . Click on Open with > Winrar.

·         If not listed , you have manually locate the application by browsing it to winrar directory.


U R DONE

ENJOY FRIENDS

THANKS FOR READING