Skip to content

ravisraju/secure_ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SECURE FILE TRANSFER PROTOCOL

This was done as a Data Communication and Networks Course Project.

AES algorithm is used to encrypt and decrypt the data sent over the routers.

  • source encrypts and sends chunks of data to router1
  • Router1 then routes the packets along router2 or router3
  • Destination collects the data chunks and created the cipher
  • On the final cipher, decryption is applied to retrieve the original data.

About

Data Communication and Networks Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages