English

Type-based Declassification for Free

Cryptography and Security 2020-07-20 v3 Programming Languages

Abstract

This work provides a study to demonstrate the potential of using off-the-shelf programming languages and their theories to build sound language-based-security tools. Our study focuses on information flow security encompassing declassification policies that allow us to express flexible security policies needed for practical requirements. We translate security policies, with declassification, into an interface for which an unmodified standard typechecker can be applied to a source program---if the program typechecks, it provably satisfies the policy. Our proof reduces security soundness---with declassification---to the mathematical foundation of data abstraction, Reynolds' abstraction theorem.

Keywords

Cite

@article{arxiv.1905.00922,
  title  = {Type-based Declassification for Free},
  author = {Minh Ngo and David A. Naumann and Tamara Rezk},
  journal= {arXiv preprint arXiv:1905.00922},
  year   = {2020}
}

Comments

The short version of this paper is accepted in ICFEM 2020. 100 pages