-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Expand the scrubber beyond PDFs to be a "one-stop shop" for sanitizing files before sharing.
- Image Support: Remove EXIF, GPS, IPTC, and XMP data from JPG, PNG, and WebP files.
- PDF Support: Scrub Author, Creator, Producer, and creation timestamps.
- Video/Audio Support: Basic metadata removal for MP4/MP3/Flac/Wav/etc....
- Privacy: Ensure the "scrubbing" process generates a fresh binary without any hidden "original" pointers.
- Tech: exifreader for parsing and a WASM-based scrubber for re-encoding clean versions.
It is important that a legal page is created and linked both from the about page and in the footer of the page. There the licenses of each one of the tools dependencies should be clearly stated. This must also be done for the noble hashing library.
In the tool itself there should also be atribution as well as a url to their github (similar to the checksum tool).
It is mandatory that the wasm blobs are only fetched when the user navigates to a tool that uses it and while they are being fetched it should appear by disabling the interaction witht he tool with a message stating that the tool is being loaded.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request