VinayIN / Cipher

A Secure encrypted method to transmit data in Wireless Area Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cipher

A Secure encrypted method to transmit data in Wireless Area Network.

In the repository:

1.points.cpp : (Testing program) implementation of the simple ECC Algo. Algorithm referenced from book "Cryptography and Network Security by Forouzan,Mukhopadl 2nd Edition,10.5"
2.test.cpp : Program implementing RSA and ECC Algorithm along with performation of each Algorithms for data security and transmission . Referenced from a phd thesis submitted by Mohammed Adam Aldod Ibrahim
3.getratio.awk : AWK script the read the information from out0.tr,that will be generated during the execution of program and process the data to find the following:

  • Packets Send
  • packets Received
  • Fraction delivered
  • Throughput of System

4.wrls-aodv.tcl : Tcl script to simulate the 3 Node (Sender, Receiver, Loss of Packets) for packets transfering ns2 and displaying the packet path with time in xgraph.
5.ECC_CIPHER.sh : Shell script to run all of the above programs.


Compiled Abstract of the above implementation

Prepared Thesis Work

About

A Secure encrypted method to transmit data in Wireless Area Network

License:Creative Commons Attribution 4.0 International


Languages

Language:C++ 71.4%Language:Tcl 23.5%Language:Awk 4.6%Language:Shell 0.5%