Della Monica et al. proposed ACTS, a distributed architecture in their paper, using predicate blind signatures to enable users to prove data retrieved from TLS servers with verifiers only checking standard signatures, avoiding complex schemes like zkSNARK. Della Monica等人在论文中提出了ACTS分布式架构,基于谓词盲签名技术,允许用户证明从TLS服务器获取的数据,验证者仅需检查标准签名,无需运行zkSNARK等复杂密码方案。 Della Monicaらは、の論文でACTSを提案しました。これは、述語ブラインド署名(predicate blind signatures)を利用した分散アーキテクチャであり、ユーザーがTLSサーバーから取得したデータを証明する際に、検証者が標準的な署名のみを確認することで、zkSNARKのような複雑なスキームを回避できるようにしています。
NotesNotes要点
Existing tech like DECO relies on non-standardized schemes like zkSNARK, limiting adoption.
ACTS uses predicate blind signatures, requiring verifiers to check only standard RSA-PSS signatures.
Architecture is compatible with DECO and successors, leaving TLS servers untouched for data confidentiality.
Optimized for practical deployment on commodity hardware with notary policies.
Experimental validation uses PDF documents with standard PADES signatures for transparent verification.
Enhances Web3 data interoperability and usability in existing systems.
ACTS is a system that allows users to prove they retrieved specific data from a TLS session, without modifying the TLS server. ACTS 是一种用于证明用户确实从 TLS 会话中获取了特定数据的系统,同时不需要修改 TLS 服务器。 ACTSは、TLSサーバーを変更することなく、ユーザーがTLSセッションから特定のデータを取得したことを証明できるようにするシステムです。
Why do we need ACTS? 为什么需要 ACTS? ACTSが必要なのはなぜですか?
Existing solutions often require complex schemes like ZK-SNARKs, limiting adoption. ACTS enables verification using only standard signatures, making deployment easier. 现有方案通常需要 ZK-SNARK 等复杂验证机制,限制了实际应用。ACTS 让验证只需检查标准签名,更易部署。 既存のソリューションでは、ZK-SNARKのような複雑なスキームが必要となることが多く、導入を妨げています。ACTSは標準的な署名のみを使用した検証を可能にするため、デプロイメント(展開)が容易になります。
What is the core technique behind ACTS? ACTS 的核心技术是什么? ACTSの核となる技術は何ですか?
It is based on predicate blind signatures, allowing users to obtain attestations for TLS data without revealing the content. 它基于 predicate blind signatures,实现用户在不泄露数据内容的情况下获得对 TLS 数据的认证。 これは述語ブラインド署名に基づいているため、ユーザーはコンテンツを明かすことなくTLSデータに対するアテステーション(証明)を取得できます。