/FTP-Steganography

Mimic FTP along with additional option of secure file transmission after steganographic embedding using MATLAB TCP Socket Programming.

Primary LanguageMATLAB

WORK SYNOPSIS:

A file transfer system is crafted mimicking a simple FTP service with all its basic amenities, along with the steganographic techniques to visualise the idea of secure transmission of files. The system is designed using TCP Socket programming involving client-server counterparts in MATLAB. Embedding and Extraction algorithms of files together make up the steganographic implementation for secure file transmission.

DEMO:

INITIAL CONNECTION ESTABLISHMENT AND MENU:

image

SECURE FILE TRANSFER - SERVER TO CLIENT:

Client End

image

Server End

image

SECURE FILE TRANSFER - CLIENT TO SERVER:

Client End

image

Server End

image