Skip to content

Ailol/Simple-FTP-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-FTP-server

A simple encryption transfer for files

Implemented by using pycrypto libraries, and AES/RSA hybrid.
Symmetric keys are used to encrypt data, and asymmetric for
handshaking. This is due to optimizing performance as asymmetric
is expensive for large data. 

Running the file

positional arguments:
  host        Enter host (example: localhost)
  port        Enter port(8000->)

python server.py host port
python client.py host port

Makefile

Used mainly for formatting, cleanup and tests.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published