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.
git clone https://github.com/redmie/sep_score_proto
cargo run < your_protocol
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)
This work is licensed under the MIT License (see LICENSE file)