Skip to main content

HOW TO HIDE FILES Inside An Image Without Any Software

Method to Hiding Files in JPG or Any Image Formate:-


Step 1 :- Before we move further with the step, there is something that you'll need in order to perform this tirck. you will require WinRar installde in your PC. So if you previously have WinRar archiver on your PC, witch most of us do have, you can proceed with below step.

Step 2 :- Create a folder with files that you would like to Hide in an image file, Let's assume the folder name is "New Folder (2)" and copy all file in New Folder(2) that you want to hide in an image.
Now Right Click on the Files and select 'add the archive'. Select RAR as Archive format and click ok. or (select 'Send to> compressed (zipped) folder' and if you make a zip file, then process all steps same but replace the keyword .RAR to .ZIP)

Step 3 :- You will now see RAR file. now suppose you have an image with name "hello.jpg" in which we will hide these files. Copy both Files.rar and image.jpg and paste them in C or D or E Drive.

Step 4 :- Next Search for CMD an open it. if your files are in "E" drive then Type 'E:' and press Enter. Now Type in this Code as it is "Copy/e hello.jpg+google.rarhello.jpg" remember to replace (hello) with your image name and (Google) with your RAR filename. and press Enter
if you have done everything right till now, then you will see 'google.rar' (contains all those files you want to hide) has been hidden in the 'hell.jpg'

How to Access the files:- 
We know that the file is in jpg format so we will first Open WinRar archiver, Click on File and Select Open archive. Now Navigate to the Path where you have saved 'hello.jpg' file wich will be drive "E" Now sure to select All Files frome the drop-down, so that it dispays the 'hello.jpg' file too. Select it and Click on Open, There you will see a folder with name files, open it and there are your 'Hidden Files'.

ENJOY YOUR HIDDEN FILE AND DON'T FORGET TO LIKE IT AND SHARE TO OTHER
KEEP VISITING www.royalkanudo.blogspot.com

Comments

Popular posts from this blog

How to add floating windows feature in android

Today we are here with the cool android trick that is how to add floating windows in any android.Till now we had discussed lots of android tips and tricks and there is the android tweak that will let you add extra features by altering your system settings and by that you can get this feature. So have a look on complete guide discussed below to proceed. How to add floating windows feature in android The method is easy but the little bit time consuming as in this you need a rooted android. As the tool that we are going to discuss right here only works in rooted android. You just need to have to follow some simple steps dicuss below to proceed. Steps to install floating windows using expose installer: #step 1: Fist of all you need to root an android and for that follow the rooting guide. #step 2: Now you need to install xposed installer. You can go through outr full post How to install xposed frame work in android ( 2 methods ) to know how to install xposed installer on your an...

Hacking website using SQL injection- step by step guide

Hacking website using SQL Injection -step by step guide Database: Database is collection of data. In website point of view, database is used for storing user ids,passwords,web page details and more. Some List of Database are: * DB servers, * MySQL(Open source), * MSSQL, * MS-ACCESS, * Oracle, * Postgre SQL(open source), * SQLite, SQL: Structured Query Language is Known as SQL. In order to communicate with the Database ,we are using SQL query. We are querying the database so it is called as Query language. Definition from Complete reference: SQL is a tool for organizing, managing, and retrieving data stored by a computer database. The name “SQL” is an abbreviation for Structured Query Language. For historical reasons, SQL is usually pronounced “sequel,” but the alternate pronunciation “S.Q.L.” is also used. As the name implies, SQL is a computer language that you use to interact with a database. In fact, SQL works with one specific type of database, called a ...