• Home
  • About Us
  • Contact Us
  • Disclaimer
  • Sitemap
  • Privacy Policy

Pirated Hacker

  • Tutorial Blogger
  • Tutorial SEO
  • Template Blogger
  • Catatan
  • Teknologi
    • Smartphone
    • Laptop
Home » Unlabelled » Steganography

Steganography

Greek Words:

STEGANOS – “Covered”

GRAPHIE – “Writing”

• Steganography is the art and science of writing hidden messages in such a way that no one apart from the intended recipient knows of the existence of the message.

•This can be achieve by concealing the existence of information within seemingly harmless carriers or cover.
•Carrier: text, image, video, audio, etc.

Types Of Steganography

Masking and Filtering: Is where information is hidden inside of a image using digital watermarks
that include information such as copyright, ownership, or licenses. The purpose is different from traditional steganography since it is adding an attribute to the cover image thus extending the amount of information presented.

Algorithms and Transformations: This technique hides data in mathematical functions that are often used in compression algorithms. The idea of this method is to hide the secret message in
the data bits in the least significant coefficients.

Steganography via command
prompt

Step 1: Take any two file which u want to combine i have taken a jpg image and a rar archieve.

Step 2: Now open command prompt via start

Run

Cmd

Or

press and hold windows+R

Step 3 : Go to the Directory of the two file (i.e. jpg and rar file)

For eg

          cd d:\folder name (press enter)

cd =change directory,

d:\folder name=path of file where
both the file is saved now u will see like this in cmd

d:\folder name

Step 4 : Now you are in the directory of folder where both file is saved ,so type following command:

copy /B a.jpg + b.rar new.jpg

[In this command a.jpg and b.rar are two file to bind and new.jpg is the output name of file.]

Step 5 : Now see in the folder a new file is created new.jpg file

Step 6 : Now open it with image viewer

Step 7 : Now open the same image with winrar we binded file(i.e. a.jpg and b.rar) you can see the file

How to bind two .exe file in one
another via command prompt

IExpress is a file binder that was already provided with any Microsoft Windows.

1) . Goto run and type: iexpress

2) . select 1 option : create a self extraction
directive  file > next >

select 1st option >next >

give title-my prg or anything > next >

select no prompt >

select do not display a license >add 2 files
(one virus or Trojan file, and 2 any software like winamp.exe) >next

select install program winamp.exe and post install command >select

server.exe(virus) > Select
default > next >

no message > select Browse to save a final exe file. And next > final.exe created.

3) .When we are binding the exe’s, the limitation is that it makes a third type of icon which can be detected so to change icon we use resource
hacker program for getting the original icon. To change icon use resource hacker program. Don’t
use custom binders from internet because they are detected as virus by many anti viruses.

List of Steganography tools

1.Our secret

2.Hiderman

3.Openstego

4.EzStego

5.Puffer

6.Out Guess

7.White Noise strome



Tweet

Terimakasih anda telah membaca artikel tentang Steganography. Jika ingin menduplikasi artikel ini diharapkan anda untuk mencantumkan link https://pirateddevil.blogspot.com/2015/03/steganography.html. Terimakasih atas perhatiannya.

Related Posts

at 1:43 AM

{ 0 comments... read them below or add one }


Post a Comment

Newer Post Older Post Home

Popular Posts

  • Introduction to PasswordCracking
    Introduction to PasswordCracking
    Password Cracking is the process of recovering passwords from data that have been stored in or transmitted by a computer system. A common...
  • Types of Cryptography
    Types of Cryptography
    1.Symmetric Key Cryptography (Secret Key Cryptography) 2.Asymmetric Key Cryptography (Public Key Cryptography) 3. HASH FUNC...
  • Password Hacking Using JavaScript
    Password Hacking Using JavaScript
    Just Copy and Paste this code in your Browser URL to reveal the hidden password.    javascriptfunction(){var%20s,F,j,f,i;%20s%20=%20%22%22...
Copyright Pirated Hacker: Steganography