can u hep me about stegonography?
|
|||
|
Rank: ? (3)
Member #: 29581 |
I have this semester project about stegonography.am searching in internet algorithm it in c++ but no result.
can u help in this searshing. thanks for all. |
||
|
|||
|
|||
|
Rank: ? (767)
Member #: 11085 |
I did not know what the word "steganography" meant until I read this topic and am not able to think of any simple algorithm off-hand, but considering you asked for assistance searching, that shouldn't be a problem. This Google search has turned up a few links with code behind them. May it be of some assistance. If not, I will make an effort to make up an algorithm of some sort provided that you tell me exactly what this steganography algorithm should do.
- relpats_eht
|
||
|
|||
|
|||
|
Rank: ? (3)
Member #: 29581 |
thanks relpats_eht
i was search in Internt........but not good result... http://securengine.isecurelabs.com/ http://www.vb-helper.com/tutorial_steganography.html this site explain,and have example about stegonography ,but by vb6 i want by c++ |
||
|
|||
|
|||
|
Rank: ? (767)
Member #: 11085 |
I've seen visual basic six code, if you can't convert that into C++, then I doubt you will do very well on this project. Not to be rude, I merely mean that syntax is an abstraction in programing, and in the case of vb6 and C++, a very small abstraction at that.
Anyway, just convert the code in those tutorials, I doubt it will be much of a challenge.
- relpats_eht
|
||
|
|||
|
|||
|
Rank: ? (3)
Member #: 29581 |
ok thanks
|
||
|
|||
|
|||
|
Rank: ? (1)
Member #: 29609 |
hi all also i have search about BMP steganography i found a few most of them on GIF or JPG relpats_eht could you give me one of the VB6.0 codes that in BMP steganography please . or anay one how have a BMP steganography VB6.0 sorce code or a complete tutorial link on it. thanx for all . » Post edited 2007-04-23, 06:47am by sunset.
|
||
|
|||
|
|||
|
Rank: ? (767)
Member #: 11085 |
I have never programmed in BASIC or any variant of it, therefore, the only links and code I have are provided in the link I already posted in this thread.
In any event, BMP, GIF, JPG: they are all converted into raw data, I would assume, by the program before running. Just grab a decent image library -- DevIL is quite good -- and you are set.
- relpats_eht
|
||
|
Please login or register to post a reply.