English

fata 如何对待你的数据

用大白话解释,不骗你。

fata 能看到你写了什么吗?

看不到。你的文字在你自己的浏览器里被 AI 处理,变成一串数学向量(embedding)——这串向量没法反推回原文

上传到匹配池的内容(GitHub Issues)里,你的文字和邮箱都是加密的。加密用的是 AES-256-GCM——和你网银用的加密一样。

即使有人拿到 GitHub Issues 里的原始数据,也看不到你的文字。技术上说,不可能。

fata 能看到你的邮箱吗?

看不到。你的邮箱在浏览器里加密后,才离开你的设备。加密密钥只有你的浏览器知道,fata 的服务器不知道。

只有匹配成功时,双方才会在页面上看到对方的邮箱——这个邮箱是从加密数据里解密出来的,解密也在你的浏览器里完成,不经过任何服务器

fata 会把你的数据卖给任何人吗?

不会。也卖不了——因为没有。

fata 没有数据库、没有用户表、没有服务器。你写的文字、你的邮箱、你的匹配记录,都不在 fata 可以接触到的任何地方。

你的聊天记录在你自己的邮箱里(SMTP/IMAP),fata 从来没有见过它们。

通信安全吗?

匹配成功后,双方的通信走的是邮件(SMTP/IMAP)。邮件不在 fata 的系统里——fata 只是一个引介工具,把人介绍给你后,它主动退出

就像你在咖啡店里遇到一个人,交换了电话号码。咖啡店不会知道你跟他聊了什么。fata 就是那个咖啡店。

可以验证吗?

可以。fata 的全部源代码是公开的。你可以自己看——或者找懂技术的朋友帮你看——fata 没有说谎。

fata 的核心设计叫"架构即隐私":不是承诺不使用你的数据,而是技术上就无法拥有你的数据

删除你的数据

你的加密 embedding 在匹配池中 3 天后自动过期。如果你想提前删除,在 GitHub Issues 提一个标题含"data deletion"的 issue。因为所有数据端到端加密,我们需要你的浏览器 session 标识符来定位你的条目。

没法出卖你没有的数据。

← 回到 fata

How fata treats your data

In plain language. No lies.

Can fata see what you write?

No. Your words are processed by AI in your own browser, turning them into a mathematical vector (embedding) — this vector cannot be reversed back to the original text.

In the matching pool (GitHub Issues), both your text and email are encrypted using AES-256-GCM — the same encryption your online banking uses.

Even if someone obtained the raw data from GitHub Issues, they could not read your words. Technically impossible.

Can fata see your email?

No. Your email is encrypted in your browser before it ever leaves your device. The encryption key is known only to your browser — not fata's servers.

Only when a match happens do both sides see each other's email — decrypted in your browser, never passing through any server.

Does fata sell your data?

No. And it can't — because there is none.

fata has no database, no user table, no servers. Your words, your email, your match history — none of it exists anywhere fata can touch.

Your conversations live in your own email (SMTP/IMAP). fata has never seen them.

Is communication secure?

After matching, all communication happens through your email. fata is not involved — fata is only an introduction tool. It introduces you, then exits.

Like meeting someone at a café and exchanging phone numbers. The café doesn't know what you talk about. fata is that café.

Can you verify this?

Yes. fata's entire source code is public. Read it yourself — or ask a tech-savvy friend — fata isn't lying.

fata's core design is called "architecture is privacy": not a promise to not use your data, but technically incapable of possessing it.

Deleting your data

Your encrypted embedding expires from the matching pool automatically after 3 days. If you want it removed sooner, open an issue titled "data deletion" on GitHub Issues. Since all data is end-to-end encrypted, we'll need your browser session identifier to locate your entry.

You can't sell data you don't have.

← Back to fata