HeadlinesBriefing favicon HeadlinesBriefing.com

ReMemoryThis: Secure Offline Data Recovery

Hacker News: Front Page •
×

A developer shared ReMemoryThis, a tool designed to help regain access to encrypted data if memory is lost. It uses Shamir Secret Sharing (SSS) to split the decryption key across multiple trusted contacts. The system employs age-encryption and runs entirely in a browser, ensuring offline functionality and enhanced privacy. Five out of seven friends are required to unlock the vault.

This approach addresses a common concern: how to retrieve crucial data when incapacitated. The tool creates self-contained bundles for friends, each containing a browser-based recovery tool. The system's design minimizes reliance on external services. The developer open-sourced the project, allowing for transparency and community contributions.

The core of ReMemoryThis lies in its use of SSS, a cryptographic technique. By distributing key shares, no single individual holds the complete key, increasing security. The project's emphasis on offline access and browser-based operation ensures availability even if the original website goes down.

Users can explore the demo bundles to understand the recovery process. The project's open-source nature promotes trust through code review and self-auditing. Future development might focus on integrating with more cloud storage providers or expanding supported file types.