needhamschoreder_automated_analysis
Theoretical and practical introduction to the Tamarin Prover through a real-world case study on the Needham Schroeder protocol
https://github.com/dambrosidenis/needhamschoreder_automated_analysis
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Keywords
Repository
Theoretical and practical introduction to the Tamarin Prover through a real-world case study on the Needham Schroeder protocol
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Needham-Schroeder Symmetric Key Protocol Automated Analysis
GitHub repository for the security analysis of the Needham-Schroeder Symmetric Key protocol using the Tamarin Prover. All the findings are meant only to confirm the flaws already identified within the literature, as the content of this work was intended as an introductory tutorial to the use of the Tamarin Prover. This repository contains all the necessary files, including the Tamarin Prover code and a detailed article explaining the theoretical background behind the analysis.
Table of Contents
Introduction
The Needham-Schroeder Symmetric Key protocol is a well-known cryptographic protocol designed for secure communication between two parties using symmetric key encryption. This repository leverages the Tamarin Prover, a state-of-the-art tool for the formal verification of security protocols, to verify the main security properties protocol.
Repository Structure
The repository is organized as follows:
.
├── article
│ ├── Needham-Schroeder-Analysis.pdf
│ └── src
├── tamarin
│ ├── NS.sphty
│ ├── NS_fixed.sphty
│ ├── XD3H.sphty
│ └── README.md
├── README.md
├── CITATION.cff
└── LICENSE
article/: Contains the detailed article introducing Tamarin and explaining the analysis. Also contains the source code to compile the article.tamarin/: Contains the Tamarin Prover code and a README specific to the Tamarin files.README.md: This README file.CITATION.cff: Metadata to correctly cite this work.LICENSE: The license under which this project is distributed.
Getting Started
To get started with analyzing the Needham-Schroeder Symmetric Key protocol using the Tamarin Prover, follow the steps below.
Prerequisites
Ensure you have the following installed on your system:
- Tamarin Prover
- LaTeX (optional, for building the article)
Usage
- Clone the Repository:
bash
git clone https://github.com/dambrosidenis/NeedhamSchoreder_Automated_Analysis.git
cd Needham-Schroeder-Tamarin
- Navigate to the Tamarin Directory:
bash
cd tamarin
- Run the Tamarin Prover:
bash
tamarin-prover [file].spthy --prove
Article
The detailed article explaining the analysis can be found in the article/ directory:
The article provides an introduction to the Tamarin Prover, an in-depth explanation of the Needham-Schroeder Symmetric Key protocol, the methodology used for the analysis, and the results of the verification. The source files for the article are available at article/src/
Citation
If you use this work in your research, please cite it as follows:
@software{D_Ambrosi_Needham-Schroeder_Symmetric_Key_2023,
author = {D'Ambrosi, Denis},
month = apr,
title = {{Needham-Schroeder Symmetric Key Protocol Automated Analysis}},
url = {https://github.com/dambrosidenis/NeedhamSchoreder_Automated_Analysis},
version = {1.0.0},
year = {2023}
}
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Owner
- Login: dambrosidenis
- Kind: user
- Repositories: 2
- Profile: https://github.com/dambrosidenis
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "D'Ambrosi" given-names: "Denis" orcid: https://orcid.org/0009-0001-2275-6496 title: "Needham-Schroeder Symmetric Key Protocol Automated Analysis" version: 1.0.0 date-released: 2023-04-25 url: "https://github.com/dambrosidenis/NeedhamSchroeder_Automated_Analysis"