Coder Profile - Show off your skills, get a coder profile.
 
 
 
Basic Steganography
Security
Steganography is an indirect form of encryption which basically involves hiding messages in files, usually it mixes in with encryption on its own.

http://www.coderprofile.com/source-code/389/bitmap-steganographer

This shows a program I made to hide messages in a bitmap image file.

It works because the first 54 bytes of a Bitmap File are the headers.
Yet, the integer at the offset 10, (10-14), specifies where the bitmap colour data starts.

So, if we modify the offset of the beggining of the bitmap colour data, we can hide messages between the headers and the raw data =]

You can experiement with other file formats using the same principle, just remember that with Hex editing software it is easy to find raw data, encoding it usually does the trick to make it that bit more secure.


Posted By Uranium-239
Please login to rate coding articles.

Click here to register a free account with us.
Comments
Please login to post comments.
 
Uranium-239     Posted 163 Days Ago
 
 
it most certainly is =]

I'm looking into doing it with a JPEG atm.
 
Cinjection     Posted 163 Days Ago
 
 
Interesting topic.
Page 1 of 1
More Articles By This Author
Basic Steganography
Recently Posted "Security" Articles
Basic Steganography
How to prevent cookie stealers
Null Byte Poison - How it works...
Secure Hashing
DIC - Sick of XOR? Here's a better idea.
True Security
Polyalphabetic substitution
Shift cipher
About Computer Viruses
Creating Secure Passwords
Recently Rated "Security" Articles
Null Byte Poison - How it works...
Basic Steganography
Creating Secure Passwords
About Computer Viruses
How to prevent cookie stealers
Secure Hashing
True Security
DIC - Sick of XOR? Here's a better idea.
Polyalphabetic substitution
Shift cipher
source codes Categories articles
Browse All
Business & E-Commerce (1)
Databases (1)
Design & Creativity (1)
Internet & Web Sites (1)
Life In General (2)
Operating Systems (3)
Other (2)
Programming (48)
Security (10)
Software Development (5)
Web Development (15)
search Search Inside
Security
 
 
Part of the MyPingle Network
Development Blog :: Make A Donation :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents
Version 1.44.00
Copyright © 2007 - 2008, Scott Thompson, All Rights Reserved