Get Mystery Box with random crypto!

Keep your Exif metadata private with this open source tool htt | Darkspider Techtips™

Keep your Exif metadata private with this open source tool
https://opensource.com/article/22/4/keep-exif-data-private-exifcleaner

Keep your Exif metadata private with this open source tool
Don Watkins (https://opensource.com/users/don-watkins)
Sat, 04/23/2022 - 03:00

Up
Register (https://opensource.com/user/register?absolute=1) or Login (https://opensource.com/user/login?current=/rss.xml&absolute=1) to like.



These days, nearly everyone has a digital camera. Cameras are an integral part of smartphones and laptops. If you're interacting with consumer electronics, you probably have a digital camera available.
Accordingly, there are billions of digital images on the internet from various devices and sources. Each image from a digital camera has Exchangeable image file format (Exif) metadata embedded into it. Exif data provides information about where and when the picture was taken, the camera used to produce the image, the file size, MIME type, color space, and much more.
Each picture you take with a digital camera contains numerous tags which provide a great deal of information, some of which might ordinarily be considered confidential.
Major social media platforms maintain that they remove this metadata to protect users from cybercrime. That is not the case for folks who have their own blogs and wikis and are posting pictures of loved ones, family gatherings, and classrooms. A person could download an image from a site and gain access to damaging personal information stored in the metadata.

More great content


Free online course: RHEL technical overview (https://www.redhat.com/en/services/training/rh024-red-hat-linux-technical-overview?intcmp=7016000000127cYAAQ)
Learn advanced Linux commands (https://developers.redhat.com/cheat-sheets/advanced-linux-commands/?intcmp=7016000000127cYAAQ)
Download cheat sheets (https://opensource.com/downloads/cheat-sheets?intcmp=7016000000127cYAAQ)
Find an open source alternative (https://opensource.com/tags/linux?intcmp=7016000000127cYAAQ)
Explore open source resources (https://opensource.com/resources?intcmp=7016000000127cYAAQ)


View Exif data
How can you know what metadata is included in the images you share, and how can you remove it? Recently, I came across an open source project named ExifCleaner (https://github.com/szTheory/exifcleaner). ExifCleaner is a cross-platform open source tool that easily removes all Exif metadata from images, videos, PDFs, and other types of files.
Install ExifCleaner
ExifCleaner is released under the MIT (https://github.com/szTheory/exifcleaner/blob/master/LICENSE) license. It's easy to use and install.
Download and install the AppImage (https://github.com/szTheory/exifcleaner/releases/download/v3.6.0/ExifCleaner-3.6.0.AppImage), deb (https://github.com/szTheory/exifcleaner/releases/download/v3.6.0/exifcleaner_3.6.0_amd64.deb), or rpm (https://github.com/szTheory/exifcleaner/releases/download/v3.6.0/exifcleaner-3.6.0.x86_64.rpm) file on your Linux system.
For macOS and Windows, download the macOS installer (https://github.com/szTheory/exifcleaner/releases/latest) or the Windows installer (https://github.com/szTheory/exifcleaner/releases/latest).
Use ExifCleaner
Once installed, launch the graphical application.