I have several of my own photos that I need to add a simple watermark to; however, I would like to add stegonography to the watermarked layer in order to put the image information, the page that the image was to be placed on, etc... hidden within the watermarked layer. Is there a way that I can use php to view the stegonography data from the watermarked layer of the completed photo? If so, how?
wrstrong 0 Newbie Poster
Recommended Answers
Jump to Posthttp://www.phpclasses.org/package/3312-PHP-Hide-encrypted-data-in-images-using-steganography.html
Loads of other hits on Google too - too many to list.
Jump to PostOK, I'm assuming that you're talking about creating a png file right? With a watermark layer containing steg info. You can combine layers dynamically with the GD library. The link I quoted should allow the info to be written and read via php Am I missing the point here?
Jump to PostThe third party links on the above site are worth a look. The class I offered is also worth investigating.
I will distance myself from the "good-natured banter" and wish you good luck.
Jump to PostHere's an extract from the class I referred to:
This class can be used to encrypt data (messages, files) and hide that data in images using steganography techniques. Steganography is the art and science of writing hidden messages in such a way that no one apart from the intended recipient …
Jump to PostMy way of proceeding would be:
1. Add watermark to image via GD library.
2. Add sten to new image.I don't know whether you could add sten to the watermark image and then combine it with the 'real image' and still read back the sten.
All 18 Replies

diafol
wrstrong 0 Newbie Poster
DarkBerzerk™ -1 Light Poster
blocblue commented: Neither option is secure, as the user can just view page source and browse directly to image URL. +0

diafol
DarkBerzerk™ -1 Light Poster
blocblue 238 Posting Pro in Training Featured Poster
DarkBerzerk™ -1 Light Poster
blocblue 238 Posting Pro in Training Featured Poster

diafol
wrstrong 0 Newbie Poster

diafol

diafol
wrstrong 0 Newbie Poster

diafol
wrstrong 0 Newbie Poster

diafol
wrstrong 0 Newbie Poster

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.