人们可以利用你的社交媒体照片,所以我制作了一个工具。
2 分•作者: Gravyt1•10 个月前
最近几周,我一直在开发一个小型网站,这是一个简单但实用的项目,我认为它应该对所有人开放。这个网站的质量值得我特别关注。它让我更好地了解如何提高我个人创建/启动的项目的知名度。
这个网站并不具有革命性,远非如此,而且大部分前端代码都是由 AI 完成的。它的主要目标是汇集几个隐私保护工具。特别是,目前有一个用于查看和删除元数据的工具,支持多种类型的文档。
为什么?因为许多人不知道在线共享的文件包含敏感信息:
照片 -> GPS 位置、日期、设备型号
文档 -> 作者姓名、编辑历史、评论
攻击可以利用这些数据进行 OSINT(公开情报)、追踪习惯、喂养 AI 模型,甚至身份盗窃。
与其他工具不同,它不存储任何文件。我希望将来能公开源代码或仅提供前端应用程序。目前,所有内容都在服务器端处理,然后立即返回,不进行备份,使用 Python Pillow。因此,所有内容都在临时变量中,并在流程结束时清除。
最终,我计划添加一个轻量级 API、其他与隐私相关的工具,以及可能包含教育内容。
今天,我正在寻找新用户来使用我的网站,同时也欢迎贡献者,为此我创建了一个 Product Hunt 页面。如果您喜欢这个想法,在 Product Hunt 上点个赞会对我很有帮助。如果您想测试该网站或做出贡献,一切都开放!
谢谢 (:<
Product Hunt: https://www.producthunt.com/products/removemd
我的项目: https://www.removemd.com/
查看原文
For a few weeks now, I've been working on a small website, a simple but useful project, which I thought would be accessible to everyone. This site is qualitative enough for me to pay particular attention to. It allows me to better understand how to gain visibility on a project created/bootstrapped by myself.<p>This site is not revolutionary, far from it, and most of the front-end code is done by lA. Its main objective is to bring together several privacy protection tools. In particular, for the moment, a tool for viewing and deleting metadata that supports many types of documents.<p>Why? Because many people are unaware that files shared online contain sensitive information:<p>Photos -> GPS location, date, device model<p>Docs -> author's name, editing history, comments<p>Attacks can exploit this data for OSINT, tracking habits, feeding AI models, or even identity theft.<p>Unlike other tools, it doesn't store any files. I'd like to make the source code available or make the application front-end-only in the future. For now, everything is processed server-side and then immediately returned, without backup, using Python Pillow. So everything is on temporary variables and is cleared at the end of the process.<p>Eventually, I plan to add a lightweight API, other privacy-related tools, and possibly educational content.<p>Today, I am looking for new people to use my website, but also contributors in the sense that I created a product hunt page. If you like the idea, a little upvote on Product Hunt would help me a lot. And if you want to test the site or contribute, everything is open!<p>Thank you (:<p>Product Hunt:https://www.producthunt.com/products/removemd<p>My project: https://www.removemd.com/