Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
diffie hellman algorithm implementation in matlab
#1

diffie hellman algorithm implementation in matlab

Introduction

The article is devoted to the development of the library that implements the Diffie Hellman cryptographic algorithm of key exchange. The library appeared as a result of the necessity to use the Diffie Hellman algorithm without the involvement of any third-party libraries.

Diffie Hellman algorithm is an algorithm that allows two parties to get the shared secret key using the communication channel, which is not protected from the interception but is protected from modification.

Diffie Hellman algorithm is extremely simple in its idea and with it has a rather high level of cryptographic stability, which is based on the supposed complexity of the discrete problem of taking the logarithm.

Supposing there are two participants of the exchange (let s call them Alice and Bob, as it is traditionally established in cryptography). Both of them know two numbers P and G. These numbers are not secret and can be known to anyone. The goal of Alice and Bob is to obtain the shared secret key to help them to exchange messages in future.
Reply

#2

sir..plz send the matlab code for diffie hellman key exchange
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.