• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Steganography app in android

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
i have 3 month to make a Steganography project using java/android
the main idea is to hide text in photo/sound/video

nd the problem is i dont know how to where to start , cant find a source code sample and any info about Steganography+android

any help or idea ?

sry about my English and Thanks
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're just starting out I would leave Android out of it for now. Get it going in a Java desktop app, and once you have the mechanics of hiding/recovering working, then embed it in an Android app. It's easier to get going with a desktop app than messing around with Android emulators/devices.

I would advise to use still images, not music or video which are harder to manipulate. For a school project, that should be perfectly acceptable.

And I bet you'll find a lot more results by searching for "java steganography" than for "android steganography" :-)
 
alex ki
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok Thanks Bro
and its a university graduation project
 
Greenhorn
Posts: 23
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know how Steganography works and how to implement.
But just wanted to ask, why you need that kind of application. And where and how you are going to use this?
Steganography can be misused, thats why I am asking?

Regards,
Jitendra Chittoda
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

alex ki wrote:its a university graduation project

 
Jitendra Chittoda
Greenhorn
Posts: 23
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know its university graduation project.
And as I said this can be misused.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by that?
 
Jitendra Chittoda
Greenhorn
Posts: 23
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

see this
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All technology is dual-use, as it can always be used for good and evil. I can use a kitchen knife to kill someone, and use modern encryption to keep my diary where I chronicle that deed secret. Steganography is no different.
 
alex ki
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jitendra Chittoda wrote:I know how Steganography works and how to implement.
But just wanted to ask, why you need that kind of application. And where and how you are going to use this?
Steganography can be misused, thats why I am asking?

Regards,
Jitendra Chittoda



its just a project i asked for a android graudation project idea in another forums and Steganography was The best idea
i spoke with my professor about the idea and enjoy it
new idea = high marks

its not for an evil things ... just want to have a special project
and thanks anyway
+ sry for my english
 
F is for finger. Can you stick your finger in your nose? Doesn't that feel nice? Now try this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic