I spy with my little eye...

Started by I3ordo, December 31, 2024, 11:17:56 PM

Previous topic - Next topic

I3ordo

I was wondering which field i could use to insert a web page url but it could only be read by the exif tool. I dont want it to be visible when viewed with windows explorer\file properties\details\ but only by the people who would suspect it would be there....

Phil Harvey

You could set the XMPToolkit property.  This is generally used to indicate the software that wrote the XMP and isn't commonly displayed, but ExifTool lets you set this to whatever you want.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

StarGeek

See the Windows Metadata post for what tags that Windows 10 reads. You wouldn't want to use anything on that list. I'm pretty sure that Windows 11 has changed some of the data, but I don't have access to that.

Any XMP data is visible in Adobe Bridge, but only if you know how to look for it. I assume that other Adobe products are the same.

I used the tag from this post to add ProductName tag, which appears to be a personal tag for that poster. I then Right-click→File Info→Raw Data, and the tag is visible in the raw data.

Adobe_Bridge-2025-01-01_07.01.42.png

If you really want to hide it, you would create a new EXIF or IPTC tag. Those would only be visible (short of looking at it in a hex editor) by using the -u (-unknown) option or with the config file used to create them.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

I3ordo

Well, i did not realise what i was asking for when  "but it could only be read by the exif tool"...
trying exiftool "filepath" was enough to lay it all out , not so "spy"ish at all but useful none the less.
i could have two urls as
-XMPToolkit=
or
-XMP-dc:Source
with
"https://example.com/url1 https://example2.com/url2" which could easily split by whitespace
and will go for it but really curious about the field that does not show up even with exiftool righaway.

Quote from: StarGeek on January 01, 2025, 10:11:33 AMIf you really want to hide it, you would create a new EXIF or IPTC tag. Those would only be visible (short of looking at it in a hex editor

btw, this tool is god send and this message will erase it self in...



Phil Harvey

Most unknown tags like this can be extracted with ExifTool, but require that you add the -u option

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).