Skip to content

yinjisheng311/SecureFileTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

50.005-Secure-File-Transfer

This is a programming assignment for Computer Systems Engineering (CSE) module for Spring Term 2017 for Singapore University of Technology and Design. The assignment is to implement a secure file transfer protocol using, first, asymmetric key crypto and second, symmetric key crypto and then compare the runtime of the two.

Asymmetric key crypto is done using RSA algorithm and symmetric key crypto is done using AES algorithm. The latter proved to be much faster in terms of runtime.

Releases

No releases published

Packages

No packages published

Languages