Skip to content

agoetschm/proto-verif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProVerif pet implementation in Scala

Note: this project is not completely finished. The derivation results might be wrong, the output would first need to be made clearer to enable further developement/debugging. See my blog post (or here) for an explanation and a guide through the code structure.

Getting started

The best way to see what is happening is to run the tests. sbt lets you run some specific test file only, for example the one derivating the man-in-the-middle attack on the Needham Schroeder protocol.

sbt test

sbt 'testOnly *NeedhamSchroeder'

sbt 'testOnly *NeedhamSchroederLowe'

About

ProVerif pet implementation in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages