项目作者: yinjisheng311

项目描述 :
Secure file transfer using AES and RSA
高级语言: Java
项目地址: git://github.com/yinjisheng311/SecureFileTransfer.git
创建时间: 2017-04-19T09:05:18Z
项目社区:https://github.com/yinjisheng311/SecureFileTransfer

开源协议:

下载


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.