Click here to Skip to main content
15,888,157 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
public static final int OFFSET_JPG= 3;
    public static final int OFFSET_PNG= 42;
    public static final int OFFSET_GIF_BMP_TIF= 32;


i got source code in that removing some offset values before hiding the data in to images(carrier image).

description of the project. how they are hiding the data if possible can u briefly explain....

My email id : [EMAIL ADDRESS REMOVED]

/*** Header description: *** In bytes: (4)+ 3+ 1+ 1+ 4= 2+ 9 Bytes. (*4 - for every 1 byte in () as every 4 bytes of of master file contain 2 bits)
* 2 bytes representing the size of the actual file
* 3 bytes indicate the version of the software used to embed message eg. 2 0 0
* 1 Byte1 (4 actual bits) incicates features used which include file Compression, Encryption, Message/File
* 1 byte contains the compression ratio
* 4 bytes Contain the size of the data (A 32 bit integer value)
***/
Posted
Updated 2-May-10 3:45am
v2

1 solution

Corinna John has created a who series of articles relating to steganography, suggest you go read these;

http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=475133[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900