HomeIndustry & PolicyLabyrinth 1.1:エンドツーエンド暗号化バックアップの信頼性をさらに向上

Labyrinth 1.1:エンドツーエンド暗号化バックアップの信頼性をさらに向上Labyrinth 1.1: Making End-to-End Encrypted Backups Even More Reliable

AI2 点サマリSummary highlight
  • MetaがMessengerのメッセージ履歴を保護する暗号化ストレージシステム「Labyrinth」をv1.1に更新し、E2EEバックアップの信頼性と耐障害性を強化した。
  • これにより利用者はバックアップをより確実に復元できる。

Meta is rolling out Labyrinth 1.1, an upgrade to the encrypted storage system securing Messenger message history, boosting the reliability and fault tolerance of end-to-end encrypted backups so users can restore them more dependably.

要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.

Metaは、Messengerのエンドツーエンド暗号化(E2EE)バックアップを支える暗号化ストレージシステム兼プロトコル「Labyrinth」をバージョン1.1へ更新したと、自社のエンジニアリングブログで明らかにした。今回の更新は、バックアップの信頼性と耐障害性の向上に主眼が置かれている。

LabyrinthはMessengerのメッセージや会話履歴を暗号化して保管するための基盤で、ユーザー本人だけが復号鍵を握るE2EEの仕組みを維持しつつ、端末の紛失や機種変更があっても履歴を復元できるようにする役割を担う。E2EEではサービス提供者であるMeta自身も内容を読めないため、従来のクラウドバックアップのように事業者側で簡単にデータを取り戻せないという課題がある。Labyrinthはこの「秘匿性」と「復元可能性」の両立を狙った設計とされる。

一般にE2EE環境のバックアップでは、ユーザーが設定する暗証番号(PIN)や復元コードを鍵として暗号化データを保護し、それをサーバー側に保管する方式が採られる。MetaMessengerE2EEを2023年末に既定化しており、Labyrinthはその履歴保全を支える中核技術と位置づけられている。同種の取り組みは、WhatsAppの暗号化バックアップやSignal、AppleのiCloud「データ保護の強化(Advanced Data Protection)」などでも見られ、メッセージング各社が安全性を保ちながら利便性を高める方向で競い合っている。

MetaがMessengerのメッセージ履歴を保護する暗号化ストレージシステム「Labyrinth」をv1.1に更新し、E2EEバックアップの信頼性と耐障害性を強化した。
📰 Industry & Policy · 本記事のポイント

バージョン1.1で具体的にどの仕組みが改良されたのか、詳細な技術仕様はブログの記述に依拠する部分が大きいものの、Metaは信頼性と耐障害性の強化を前面に打ち出している。バックアップの作成や復元が途中で失敗しにくくなることで、ユーザーが鍵を正しく管理していれば履歴を確実に取り戻せる確率が高まると見られる。

E2EEは秘匿性に優れる一方、鍵の喪失がそのままデータ消失に直結しやすいという弱点を抱える。バックアップ機構の堅牢化は、こうしたE2EE特有の課題を補い、一般の利用者がプライバシー保護機能をためらわずに使える環境づくりにつながる可能性がある。

Meta has started rolling out version 1.1 of Labyrinth, the encrypted storage system and protocol that secures message contents and conversation history on Messenger. The update focuses on improving the reliability and fault tolerance of end-to-end encrypted (E2EE) backups — an unglamorous but essential layer of the messaging stack, since a backup that fails to restore when a device is lost or replaced effectively negates the value of keeping an encrypted history at all.

Labyrinth serves as the foundation for storing Messenger history so that it remains readable only by the account owner, even though the encrypted data resides on Meta's servers. When Meta moved to make E2EE the default for personal chats and calls on Messenger, it had to solve a problem that secure messengers have long faced: how to let people recover their conversations on a new phone without giving the provider the ability to read them. Storing message history in plaintext on the server is simple but breaks the encryption guarantee, while keeping it only on the device risks permanent loss. Labyrinth is Meta's answer to that tension.

In broad terms, E2EE backup systems work by encrypting data on the device with a key the server never sees. That key is typically protected by a user-chosen secret such as a PIN, or by a longer randomly generated recovery code that the user is expected to store safely. The encrypted material is uploaded to the provider's infrastructure, and access is gated so the secret cannot simply be guessed. Systems of this kind commonly rely on hardware security modules or secure enclaves to enforce strict limits on the number of decryption attempts, which prevents an attacker — or the provider itself — from brute-forcing a short PIN.

The 1.1 release appears to concentrate on operational robustness rather than changes to the cryptographic guarantees themselves. Improvements to reliability and fault tolerance in a system like this likely involve better handling of partial failures during upload or restore, redundancy so that a single component outage does not block recovery, and more resilient synchronization when a user has multiple devices or restores after a long gap. For E2EE backups, these engineering details matter because the provider cannot inspect or repair the contents directly; the encryption that protects users also constrains what operators can do to recover from errors, so correctness has to be built in from the start.

The work fits into a broader industry pattern of extending end-to-end encryption from messages in transit to data at rest. WhatsApp, also owned by Meta, introduced encrypted chat backups in 2021, protecting them with either a password or a 64-digit key and backing the system with a key vault built on hardware security modules. Apple's Advanced Data Protection, launched in 2022, similarly extends end-to-end encryption to iCloud backups and other categories of data, with recovery tied to user-held keys or trusted contacts. Signal has long used a PIN-based secure value recovery scheme, originally built on secure enclaves, to let users restore certain account data. Labyrinth places Messenger within this same design space.

These approaches share a common trade-off that is worth understanding. Stronger encryption shifts responsibility toward the user: if a PIN or recovery code is lost and no fallback is available, the data may be unrecoverable by design, because the provider holds no key. That is the point of the architecture, but it raises the stakes for the surrounding recovery and reliability machinery — exactly the area Labyrinth 1.1 is said to target. Making restores succeed consistently is, in practice, what determines whether users keep encrypted backups enabled at all.

Meta is publishing the update through its engineering blog, consistent with how it has documented other security and infrastruct

  • 出典SourceMeta Engineering公式Official
  • 直近30件の平均重要度Avg importance, last 301=Info · 2=Medium · 3=High
  • 配信形式FormatブログBlog
  • 重要度Importance重要度 InfoInformational(Industry & Policy 427件中、同等以上 427件)(427 of 427 Industry & Policy entries are equal or higher)
  • 情報の寿命Half-life🏛️ 長期 (アーキテクチャ)Long-term (architecture)
  • 原文言語Source languageEN
  • 収集日時Collected2026/06/24 00:00

本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (engineering.fb.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (engineering.fb.com).

📰Industry & Policy の他の記事More from Industry & Policyもっと見る →View more →