中文
相关论文

相关论文: Revisiting Definitional Foundations of Oblivious R…

200 篇论文

An oblivious computation is one that is free of direct and indirect information leaks, e.g., due to observable differences in timing and memory access patterns. This paper presents Lambda Obliv, a core language whose type system enforces…

编程语言 · 计算机科学 2019-11-14 David Darais , Ian Sweet , Chang Liu , Michael Hicks

We demonstrate a simple, statistically secure, ORAM with computational overhead $\tilde{O}(\log^2 n)$; previous ORAM protocols achieve only computational security (under computational assumptions) or require $\tilde{\Omega}(\log^3 n)$…

密码学与安全 · 计算机科学 2013-07-16 Kai-Min Chung , Zhenming Liu , Rafael Pass

Program obfuscation is a widely employed approach for software intellectual property protection. However, general obfuscation methods (e.g., lexical obfuscation, control obfuscation) implemented in mainstream obfuscation tools are heuristic…

密码学与安全 · 计算机科学 2017-10-04 Hui Xu , Yangfan Zhou , Yu Kang , Michael R. Lyu

Suppose a client, Alice, has outsourced her data to an external storage provider, Bob, because he has capacity for her massive data set, of size n, whereas her private storage is much smaller--say, of size O(n^{1/r}), for some constant r >…

数据结构与算法 · 计算机科学 2011-05-04 Michael T. Goodrich , Michael Mitzenmacher

Modern operating systems provide powerful mandatory access control mechanisms, yet they largely reason about who executes code rather than how execution originates. As a result, processes launched remotely, locally, or by background…

密码学与安全 · 计算机科学 2026-01-21 Omer Abdelmajeed Idris Mohammed , Ilhami M. Orak

Searchable Symmetric Encryption (SSE) allows a data owner to securely outsource its encrypted data to a cloud server while maintaining the ability to search over it and retrieve matched documents. Most existing SSE schemes leak which…

密码学与安全 · 计算机科学 2021-02-22 Zhiwei Shang , Simon Oya , Andreas Peter , Florian Kerschbaum

Encrypted cloud storage can hide data contents but still leak sensitive information through access patterns. ORAM addresses this by hiding access patterns, but existing ORAM systems are too inefficient to deploy in practice. We present…

密码学与安全 · 计算机科学 2026-05-28 Onur Eren Arpaci , Florian Kerschbaum , Sujaya Maiyya

Autonomous systems increasingly operate under partial observability where execution-relevant state is never fully accessible. Existing governance mechanisms -- trusted execution environments, oracle-signed state proofs, cryptographic…

密码学与安全 · 计算机科学 2026-04-28 Marcelo Fernandez - TraslaIA

Oblivious transfer protocol is a basic building block in cryptography and is used to transfer information from a sender to a receiver in such a way that, at the end of the protocol, the sender does not know if the receiver got the message…

量子物理 · 物理学 2015-06-19 A. Souto , P. Mateus , P. Adão , N. Paunković

ConcurORAM is a parallel, multi-client oblivious RAM (ORAM) that eliminates waiting for concurrent stateless clients and allows overall throughput to scale gracefully, without requiring trusted third party components (proxies) or direct…

密码学与安全 · 计算机科学 2018-12-14 Anrin Chakraborti , Radu Sion

A central tenet of theoretical cryptography is the study of the minimal assumptions required to implement a given cryptographic primitive. One such primitive is the one-time memory (OTM), introduced by Goldwasser, Kalai, and Rothblum…

量子物理 · 物理学 2021-04-14 Anne Broadbent , Sevag Gharibian , Hong-Sheng Zhou

Oblivious Transfer (OT) is one of the most fundamental cryptographic primitives with wide-spread application in general secure multi-party computation (MPC) as well as in a number of tailored and special-purpose problems of interest such as…

密码学与安全 · 计算机科学 2019-11-21 Arpita Patra , Pratik Sarkar , Ajith Suresh

The importance of preventing microarchitectural timing side channels in security-critical applications has surged in recent years. Constant-time programming has emerged as a best-practice technique for preventing the leakage of secret…

密码学与安全 · 计算机科学 2024-03-12 Lucas Deutschmann , Johannes Mueller , Mohammad Rahmani Fadiheh , Dominik Stoffel , Wolfgang Kunz

Rowhammer is a well-studied DRAM phenomenon wherein multiple activations to a given row can cause bit flips in adjacent rows. Many mitigation techniques have been introduced to address Rowhammer, with some support being incorporated into…

硬件体系结构 · 计算机科学 2026-02-17 Maccoy Merrell , Daniel Puckett , Gino Chacon , Jeffrey Stuecheli , Stavros Kalafatis , Paul V. Gratz

Oblivious Transfer (OT) is a fundamental cryptographic protocol that finds a number of applications, in particular, as an essential building block for two-party and multi-party computation. We construct a round-optimal (2 rounds)…

密码学与安全 · 计算机科学 2017-10-24 Paulo S. L. M. Barreto , Bernardo David , Rafael Dowsley , Kirill Morozov , Anderson C. A. Nascimento

Memory security and reliability are two of the major design concerns in cloud computing systems. State-of-the-art memory security-reliability co-designs (e.g. Synergy) have achieved a good balance on performance, confidentiality, integrity,…

密码学与安全 · 计算机科学 2021-01-20 Wenpeng He , Dan Feng , Fang Wang , Yue Li , Mengting Lu

An oblivious pseudorandom function (OPRF) is a protocol by which a client and server interact to evaluate a pseudorandom function on a key provided by the server and an input provided by the client, without divulging the key or input to the…

密码学与安全 · 计算机科学 2025-07-23 Xinyuan Zhang , Anrin Chakraborti , Michael Reiter

Traffic analysis attacks remain a significant problem for online security. Communication between nodes can be observed by network level attackers as it inherently takes place in the open. Despite online services increasingly using encrypted…

密码学与安全 · 计算机科学 2025-07-04 Jeppe Fredsgaard Blaabjerg , Aslan Askarov

Trusted Execution Environments, such as Intel SGX, use hardware supports to ensure the confidentiality and integrity of applications against a compromised cloud system. However, side channels like access patterns remain for adversaries to…

密码学与安全 · 计算机科学 2023-08-15 AKM Mubashwir Alam , Justin Boyce , Keke Chen

Most recent theoretical literature on program obfuscation is based on notions like Virtual Black Box (VBB) obfuscation and indistinguishability Obfuscation (iO). These notions are very strong and are hard to satisfy. Further, they offer far…

密码学与安全 · 计算机科学 2020-11-06 Muhammad Rizwan Asghar , Steven Galbraith , Andrea Lanzi , Giovanni Russello , Lukas Zobernig