Skip to content

Toy parser for protocol cost evalution (M2 SEP class)

License

Notifications You must be signed in to change notification settings

redmie/sep_score_proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEP Protocol Cost Evaluator

An under 2 hours toy parser to evaluate the cost of the protocol used in the project of the Security Protocols class of my M2.

How to use

git clone https://github.com/redmie/sep_score_proto

cargo run < your_protocol

Syntax

Everything before : is ignored

  • Symetric encryption: senc(m,k)
  • Pair: <m1,m2>
  • Hash: h(m)

Example file:

A->B: senc(<<k, N_a>, h(N_b)>, K_AB) 

License

This work is licensed under the MIT License (see LICENSE file)

About

Toy parser for protocol cost evalution (M2 SEP class)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages