i'm planning to develop steganography on mobile phone , steganography is a method use to hide an information on another information. eg. a text is hidden on an image, a third party wont know if there is an information on that picture. could you guys tell me which platform and mobile phone i could use to run that kind application.
steganography process each pixel on the image to hide the text, so it is kind of heavy apps. it need a recursion process.
is it possible to make steganography on mobile phone ?
I'm interesting about it...
I'm studying computer science and i want develop it for my thesis.
I want develop it in java. If you want excenge information please contact me at this email address. [email][email protected][/email]
bye Mick
d-jhay wrote:i'm planning to develop steganography on mobile phone , steganography is a method use to hide an information on another information. eg. a text is hidden on an image, a third party wont know if there is an information on that picture. could you guys tell me which platform and mobile phone i could use to run that kind application.
steganography process each pixel on the image to hide the text, so it is kind of heavy apps. it need a recursion process.
d-jhay wrote:i'm planning to develop steganography on mobile phone , steganography is a method use to hide an information on another information. eg. a text is hidden on an image, a third party wont know if there is an information on that picture. could you guys tell me which platform and mobile phone i could use to run that kind application.
steganography process each pixel on the image to hide the text, so it is kind of heavy apps. it need a recursion process.
I do not think it is practical to use OPL for this just yet, because OPL, at present, is not able to manipulate individual pixels on the screen. Well, it can set individual pixels, but not read out their current state in colour, only greyscale. And the heap, e.g. if you use allocation, will quickly run out of space. So you need to manipulate an image file instead and that will be very slow.
So use C++ instead or C wrapped into C++. Lots of fast graphics applications for Symbian are in fact written in C, e.g. the Picsel Viewer.
Hey, i have to do a project in the final year of my college. I have thought of doing a project in Steganography. Hiding messages in images, images within images and messages within audio clips. Anyway, i heard that this Topic is not big enough to be an entire project. I heard, it can be done in a few months. Is that true? Im not talking about Stegaography in mobile phones. Im talking about the normal Steganography softwares used in computers. Please let me know. If u think its too small, caun u suggest some similar topic.
d-jhay wrote:i'm planning to develop steganography on mobile phone , steganography is a method use to hide an information on another information. eg. a text is hidden on an image, a third party wont know if there is an information on that picture. could you guys tell me which platform and mobile phone i could use to run that kind application.
steganography process each pixel on the image to hide the text, so it is kind of heavy apps. it need a recursion process.
we are doing our final year project. We need information about steganography o mobile and latest updates of this.
Of course, it is possible, if you can write software that manipulates files (audio or video). The ability of doing it from MIDP Java is limited, but in native Symbian C++ it isn't a problem. Note also that since the phones don't generally have floating point hardware, any such calculations have to be done with software emulation ([very] slow), and it might not be practical also given the memory (both RAM and storage) and processor performance limitations.
In any case, this is probably not the best site for general info about steganography, related algorithms and their applications. Try using Google or other web search engines.
If you still want to try, the SDKs (Software Development Kit) for Nokia phones can be found on http://forum.nokia.com/ and for Sony Ericsson look in http://developer.sonyericsson.com/ and also http://www.symbian.com/
d-jhay wrote:i'm planning to develop steganography on mobile phone , steganography is a method use to hide an information on another information. eg. a text is hidden on an image, a third party wont know if there is an information on that picture. could you guys tell me which platform and mobile phone i could use to run that kind application.
steganography process each pixel on the image to hide the text, so it is kind of heavy apps. it need a recursion process.
hi
i think that ur application is very good , could u plz explain ur application priefly
iam interesting on this science plz send me on this e-mail
[email][email protected][/email]
i would be thankful if u do this ??
regards
some one wrote:hi
i think that ur application is very good , could u plz explain ur application priefly
iam interesting on this science plz send me on this e-mail
[email][email protected][/email]
i would be thankful if u do this ??
regards
Someone calling himself Al-Jihad asking for picture encryption technology...
Highly suspicious.
yes its possible to develop steganography on mobile phones and i'm doing my academic project on this topic . i'm doing it in J2ME .Still now i didn't deploy it in mobile phone, but i think nokia 3230 will work for it.
Hey ,
i'm trying to implement steganography in picture SMS & am working with NetBeans Mobility. I have a lot of queries . Since you 've already done the project , i would love to chat with you sometime & get my doubt cleared. Please do reply ASAP.
See here:
securityfocus.com/tools/2208 (add www)
eeexplore.ieee.org/xpl/freeabs_all.jsp?tp=&arnumber=1666572&isnumber=34866[/url]
If you want to say thanks publish the proof of concept code in your work
😊
chetna_shastry wrote:Hey ,
i'm trying to implement steganography in picture SMS & am working with NetBeans Mobility. I have a lot of queries . Since you 've already done the project , i would love to chat with you sometime & get my doubt cleared. Please do reply ASAP.
lol
nice
guideI have a lot of queries . Since you 've already done the project , i would love to chat with you sometime & get my doubt cleared. Please do reply ASAP.
lol
i'm doing my academic project on this topic . i'm doing it in J2ME .Still now i didn't deploy it in mobile phone, but i think nokia 3230 will work for it.
any such calculations have to be done with software emulation ([very] slow), and it might not be practical also given the memory (both RAM and storage) and processor performance limitations.
Hey, i have to do a project in the final year of my college. I have thought of doing a project in Steganography. Hiding messages in images, images within images and messages within audio clips. Anyway, i heard that this Topic is not big enough to be an entire project.