Skip to content
CVH edited this page May 15, 2018 · 5 revisions

Welcome to the Damascus wiki!

LEO2: Ad-hoc network security.

Project description

This project was developed during the course of Linux for Embedded Objects 2018 (University of Southern Denmark - SDU Robotics). It It consisted on the development of a cryptographic method to secure an ad-hoc network (implemented with Raspberry Pi's).

The method provides data confidentiality, secure key distribution and signature authentication. The implementation consists of a system using symmetric key cryptography for data encryption on the network and the an asymmetric algorithm for key exchanging and Digital Signature authentication.

Contents

  • Configuration files to set up the ad hoc network.
  • Symmetric key algorithm: Blowfish cipher.
  • Asymmetric key algorithm: RSA.
Clone this wiki locally