Tagged Questions

15
votes
4answers
436 views

Will random data appended to a JPG make it unusable?

So, to simplify my life I want to be able to append from 1 to 7 additional characters on the end of some jpg images my program is processing*. These are dummy padding (fillers, et …
7
votes
7answers
501 views

C++ libraries to manipulate images

Do you know any open source/free software C++ libraries to manipulate images in these formats: .jpg .gif .png .bmp ? The more formats it supports, the better. I am implementing a f …
4
votes
3answers
167 views

Combining semacodes and steganography?

This is an idea I have been thinking about, but I do not quite know how to solve it. I would like to know if any solutions like this exists out there, or if you guys have any idea …
4
votes
6answers
382 views

How can you hide information inside a jpg or gif photo?

How can I write some information inside a photo file like jpg or gif without destroying the image? and of course without showing it on the photo since the whole idea is to send inf …
3
votes
9answers
301 views

Can you hide data in text?

I wish to put some text on a page and hide some data in that text. Does anybody know of any methods / patterns that have been used in the past to solve this problem? Example: I ha …
2
votes
1answer
27 views

Does there exist a digital image steganography algorithm which would be resistant to image manipulation?

I'm wondering - is there a steganography solution for digital images which is resistant to image manipulations? With "manipulations" I mean the most standard operations - recompres …
1
vote
1answer
442 views

QT QImage pixel manipulation problems

Hi. I'm currently in the process of writing a steganography application with QT. I am trying to hide my message bits in the least significant bit of the blue colour of the pixel …
0
votes
2answers
113 views

How to encrypt text into a image using python

Hi! I was wondering how can someone use python to encrypt text into an image.
0
votes
1answer
36 views

Does any one has any experience with any video watermarking library ?

Hi Community... I will appreciate efforts if some one can point me to some library which can be used for Video Watermarking. It would be better if it is open source. If ready ma …
0
votes
1answer
133 views

Modifying JPEG headers in C#

I'm trying to open a file to bytes, convert it to a string, modify some data (think Steganography) and convert the file back to bytes and save it as a jpeg. So far, everything I've …
0
votes
2answers
188 views

Is it possible to write or change EXIF data of images saved to iPhone photo library

I would like to add some custom data to an image the user generates in my app, no more than 1kb tops. I could probably hide the data in the image, but I want to do this in a way th …
0
votes
0answers
42 views

steganography and forensic computing sources?

I'm interested on the field, for now just hobby-like interest. So, I was wondering if you guys knew about good sources on such field. I will google some and probably post it also a …