Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
PrivSend — encrypted one-time secrets & files 预览

PrivSend — encrypted one-time secrets & files 作者: Hannu64

Send a password or file as a one-time link, or receive encrypted messages and files at your own drop address. Everything is encrypted on your device by this installed copy - the server only ever sees ciphertext. No account. English and Finnish.

0(0 条评价)0(0 条评价)
1 个用户1 个用户
下载 Firefox 并安装扩展
下载文件

扩展元数据

屏幕截图
Compose a secret message and attach files if you need to. Everything is encrypted in your browser — the server receives only ciphertext. An optional passphrase, sent to the recipient by a different route than the link, adds a second layer of protection.Copy the share link and send it to the recipient however you like. The separate status link tells you whether the secret has been opened.If the sender required a passphrase, the recipient must type it after opening the share link. The recipient can read or copy the secret and download any attachments. The secret has now been destroyed on the server.A drop address lets anyone send you an encrypted message, with files —
no account, encrypted in their browser, readable only by you.Your message is encrypted on this device to the recipient's key. We only ever receive ciphertext — we cannot read it, and neither can anyone but the recipient. You stay anonymous unless you sign your message yourself.
关于此扩展
PrivSend does two things, and both of them encrypt on your device.

SEND a password, a recovery code, a document or an image — anything you would not want sitting in a chat log — as a link that works exactly once. Open it, and it is gone.

RECEIVE with a drop address: a link you can publish or hand out, that lets anyone send you an encrypted message and files without an account. Only you can read what arrives.

The key never reaches the server. On a share link it lives in the part after the "#", which browsers do not transmit. On a drop, every message is sealed to your public key, and the private half is unwrapped only by your passphrase, in your browser. The server stores ciphertext it cannot read, and cannot be compelled to hand over what it does not have.

HOW YOU SEND
  1. Click the PrivSend icon in your toolbar. A compose tab opens.
  2. Type your secret, and attach files if you need to — up to ten, 25 MB each.
  3. Optionally add a passphrase, and choose how long the link may live: four hours, one day, or at most seven days.
  4. Create the link and pass it to your recipient however you like: chat, email, read aloud on the phone. PrivSend delivers nothing for you and never asks who the recipient is.
  5. They open it, click Reveal, and the secret is decrypted on their device and destroyed on ours.

If you set a passphrase, tell your recipient by a different route than the one you sent the link by. Sending both through the same chat gives an attacker who reads that chat both halves — splitting them is the whole reason a passphrase is worth having.

HOW YOU RECEIVE — DROP ADDRESSES
  1. Create a drop address and choose a passphrase. It protects your inbox and is your only key: it never reaches the server, and it cannot be reset.
  2. You get two links: a public one to hand out or publish, and a private console link that opens your inbox. Keep the second to yourself.
  3. Anyone holding the public link can write to you and attach files, with no account and nothing to install.
  4. Unlock your inbox with your passphrase to read what arrived. Messages stay until you delete them or the retention you chose runs out — 7, 14 or 30 days.

A drop address is the mirror image of a share link. A share link is one-time and burns on read; a drop inbox is yours to keep, and drop files can be downloaded again.

WHY THE EXTENSION EXISTS

The website does the same encryption — but a website is delivered by the server on every visit, so you are trusting the server to keep sending you honest code. A server that had been compromised, or compelled, could serve one targeted person a modified script.

This extension removes that. The encryption code is installed in your browser and versioned, and is never re-fetched. Every page that touches a key runs from it: composing a secret, opening one, writing to a drop address, and your own inbox. Open a privsend.app link with this installed and the extension takes over, however you arrived — a bookmark, a search result, a link from a friend.

A green "Running locally" banner shows you when that is what is happening.

WHAT IT DOES

• Text and file attachments in both directions — up to ten files, 25 MB each
• Share links burn on read: destroyed the first time they are successfully read, atomically — under any amount of concurrency, at most one reader ever gets it
• You choose the lifetime: four hours, one day, or at most seven days. An unread secret is destroyed when it expires
• Drop addresses for receiving: anonymous senders, no account on either side, retention you control
• An optional extra passphrase on a share link (PBKDF2-HMAC-SHA-256, 600 000 iterations), so the link alone is not enough
• Drops are sealed with ECDH on P-256, HKDF-SHA-256 and AES-256-GCM — the browser's own WebCrypto throughout, nothing hand-rolled, no third-party library
• Opening a share link does not consume the secret. A human has to click "Reveal", so mail scanners, chat link-previewers and antivirus crawlers cannot burn it before your recipient arrives
• English and Finnish, switchable on every page
• No account, no sign-up, no email address, no tracking

WHAT THE SERVER CAN AND CANNOT SEE

Never reaches it: your text, your files, and their names and types — and the key.

It does hold, because it must: the ciphertext, random ids, a nonce and salt (neither is secret), whether a passphrase was set, how many files there are and each one's size in bytes, and created, expiry and opened timestamps. No identity, and no IP address, is ever stored against a secret or a drop message.

OPEN SOURCE — AND IT IS THE COPY YOU RUN

The complete client is published under the GNU AGPL-3.0:
https://github.com/hannu64/privsend-client

There is no build step and no minification. The files in that repository ARE this extension — you can read every line and compare it with what you installed, with nothing in between.

PERMISSIONS

One host, privsend.app, and no other: to upload and download the encrypted blobs, and to hand privsend.app links to the installed pages that decrypt them. No analytics, no third-party scripts (a strict Content-Security-Policy forbids them), no remote code.

Made by Zumitomi Oy, Finland.
Support and security reports: support@zumitomi.fi
评分 0(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
0
4
0
3
0
2
0
1
0
尚无评价
权限与数据

必要权限:

  • 访问您在 privsend.app 的数据

可选权限:

  • 访问您在 privsend.app 的数据

根据开发者所述,必要的数据收集:

  • 个人通信
详细了解
更多信息
附加组件链接
  • 用户支持网站
  • 支持邮箱
  • 复制附加组件 ID
版本
1.1.0
大小
293.1 KB
上次更新
22 天前 (2026年7月31日)
相关分类
  • 隐私和安全
  • 社交和通信
许可证
仅 GNU Affero 通用公共许可证 v3.0
隐私政策
阅读此附加组件的隐私政策
版本历史
  • 查看所有版本
添加到收藏集
举报此附加组件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

下载

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

最新版本

  • Nightly
  • Beta

商用版 Firefox

  • Enterprise

社区

  • Connect
  • Contribute
  • Developer

关注

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。