人们可能会利用你的社交媒体照片,因此我开发了一个工具。
这几周以来,我一直在开发一个小型网站,这是一个简单但实用的项目,我认为它对每个人都是可访问的。这个网站的质量足够高,因此我特别关注它。它让我更好地理解如何在我自己创建/启动的项目上获得可见性。
这个网站并不是革命性的,远非如此,大部分前端代码都是由我完成的。它的主要目标是汇集多种隐私保护工具。目前,特别是一个支持多种类型文档的查看和删除元数据的工具。
为什么要这样做?因为很多人并不知道在线共享的文件中包含敏感信息:
照片 -> GPS位置、日期、设备型号
文档 -> 作者姓名、编辑历史、评论
攻击者可以利用这些数据进行开源情报(OSINT)、追踪习惯、训练人工智能模型,甚至进行身份盗窃。
与其他工具不同的是,它不存储任何文件。我希望未来能够提供源代码,或者将应用程序仅限于前端。目前,所有处理都是在服务器端进行的,然后立即返回,不进行备份,使用的是Python的Pillow库。因此,所有数据都存储在临时变量中,并在处理结束时清除。
最终,我计划添加一个轻量级API、其他与隐私相关的工具,以及可能的教育内容。
今天,我正在寻找新的用户来使用我的网站,同时也希望找到贡献者,因为我创建了一个产品猎人页面。如果你喜欢这个想法,在产品猎人上给我一点支持将会对我帮助很大。如果你想测试网站或贡献,所有内容都是开放的!
谢谢(:
产品猎人链接: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/