Department of Computer Science and Technology

Technical reports

The inductive approach to verifying cryptographic protocols

Lawrence C. Paulson

February 1998, 46 pages

DOI: 10.48456/tr-443

Abstract

Informal arguments that cryptographic protocols are secure can be made rigorous using inductive definitions. The approach is based on ordinary predicate calculus and copes with infinite-state systems. Proofs are generated using Isabelle/HOL. The human effort required to analyze a protocol can be as little as a week or two, yielding a proof script that takes a few minutes to run.

Protocols are inductively defined as sets of traces. A trace is a list of communication events, perhaps comprising many interleaved protocol runs. Protocol descriptions incorporate attacks and accidental losses. The model spy knows some private keys and can forge messages using components decrypted from previous traffic. Three protocols are analyzed below: Otway-Rees (which uses shared-key encryption), Needham-Schroeder (which uses public-key encryption), and a recursive protocol (which is of variable length).

One can prove that event ev always precedes event ev′ or that property P holds provided X remains secret. Properties can be proved from the viewpoint of the various principals: say, if A receives a final message from B then the session key it conveys is good.

Full text

PDF (0.3 MB)
PS (0.2 MB)

BibTeX record

@TechReport{UCAM-CL-TR-443,
  author =	 {Paulson, Lawrence C.},
  title = 	 {{The inductive approach to verifying cryptographic
         	   protocols}},
  year = 	 1998,
  month = 	 feb,
  url = 	 {https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-443.pdf},
  institution =  {University of Cambridge, Computer Laboratory},
  doi = 	 {10.48456/tr-443},
  number = 	 {UCAM-CL-TR-443}
}