ChenboLin
01自己紹介02プロジェクト03研究・実験04ノート
お問い合わせ
エンジニアリングプロジェクトに戻る英語で読む
プライバシーシステム6 min read

恒久的な受信箱を持たない一時的な通信。

短時間の招待、検証済みの直接 WebRTC、明示的なフォールバック状態を中心にした一対一のブラウザー通信システム。

公開
2026-08-25
更新
2026-08-25

プロジェクトの範囲

現在 / 実験的プロダクト

Product and protocol engineering

Session model
Temporary one-to-one invitations
Preferred path
Verified direct WebRTC
Current status
Experimental; not independently security-certified
長い技術本文は現在、英語と中国語で公開しています。この言語ではナビゲーション、メタデータ、プロジェクト概要をローカライズしています。

トピック

直接 WebRTC を優先アプリケーション層暗号見える通信状態
01

A private session without a permanent inbox

Orylin starts from a deliberately small product model: create a temporary invitation, bring one peer into the same session, communicate, and let the session expire or be ended. Accounts, contact discovery and server-side conversation history are not the centre of the design.

The smaller lifecycle makes important state visible. Invitation age, peer authentication, directness and expiry are product concepts rather than invisible infrastructure details.

02

Directness is a user-visible property

The system prefers a verified direct WebRTC path. If that path is unavailable, an explicitly labelled volunteer-browser ciphertext relay may support bounded messaging or file traffic, while the current rescue path is message-only.

Direct, relay and rescue are not synonyms. The interface needs to show which path is active because the path changes latency, availability and the trust story the user is relying on.

03

Application protection is separate from transport

The current runtime uses invitation-bound material to bootstrap an encrypted application channel with directional AES-GCM keys, counters and replay rejection. The Cloudflare edge coordinates sessions but is not intended to become a conversation mailbox or payload store.

That is a concrete current-product boundary. Future post-quantum and media-security designs remain candidate work until their own providers, vectors, browser paths and review gates are complete.

04

Security claims have a version boundary

A privacy product is easier to trust when it says exactly which runtime is being described. Current messaging, bounded file transfer and Direct-only voice are separate from future PQ profiles and from stronger claims about anonymity or traffic analysis.

The engineering lesson is simple: do not let a roadmap diagram silently become a production guarantee.

公開証拠の境界

The current runtime should not be described as PQ1, a continuous ratchet, a global-anonymity system or independent security certification. Direct, volunteer-relay and rescue paths are distinct runtime states and must remain labelled as such.

ここでは検証可能なエンジニアリングの範囲と考察を公開しています。共有できる状態になった段階でプロジェクトの証拠を追加します。

すべてのエンジニアリングプロジェクトを見る
Chenbo Lin
© 2026 Chenbo Lin. All rights reserved.