[开源] ReMemory:防备意外的数字遗产工具,基于 Shamir 分割密钥,纯 JS 离线恢复

3 月 1 日
 eljojo

Hi, I'm José, a developer from Canada. Writing in English since my Chinese isn't up to the task. A community member saw the project on GitHub and invited me here.

大家好,我是 José,来自加拿大的开发者。中文写不好,所以用英文发帖。一位社区成员在 GitHub 上看到了这个项目,邀请我来到 V2EX 。

I ride my bike a lot and I've hit my head before. That got me thinking: what if I can't remember my passwords one day? I don't want to hand one person the keys to everything. ReMemory encrypts your files and splits the decryption key using Shamir's Secret Sharing (any 3 of 5 can recover, nobody alone). Each person gets a self-contained bundle that works in any browser, offline.

我经常骑自行车,也摔伤过头。这让我想到:万一有一天我忘了自己的密码怎么办?我不想把所有密钥交给一个人。ReMemory 会加密你的文件,然后用 Shamir 秘密分享把解密密钥分给你信任的朋友(比如 5 个人中任意 3 个可以恢复,但任何一个人单独无法解密)。每个人会收到一个独立的 bundle ,在任何浏览器中离线即可使用。

recovery interface collecting shares

printed PDF with recovery words and QR code

Architecture / 架构:

The app is in active development and the architecture keeps evolving based on feedback (like the WASM → pure JS change for recovery). I'd love to know what would make this more useful to you. Is there something missing, or something that doesn't fit how you'd actually use it?

项目还在活跃开发中,架构也在根据反馈不断调整(比如恢复端从 WASM 迁移到纯 JS )。很想听听大家的想法:还缺什么功能?有什么地方不符合你的实际使用场景?

Try it / 试试看:download the demo bundles from the releases page, open recover.html, drag in 3 of the 5 share folders. 从 releases 页面下载 demo-bundles.zip ,打开 recover.html ,拖入 5 个分享文件夹中的任意 3 个即可体验。

The project currently has Traditional Chinese (中文(台灣)) and several other languages. 目前项目已有繁体中文(中文(台灣))及其他多种语言。

GitHub: https://github.com/eljojo/rememory
Overview: https://eljojo.github.io/rememory/about.html

Greetings from Canada! 來自加拿大的問候!

1302 次点击
所在节点    分享创造
0 条回复

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1194940

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX