Skip to content

HookJordan/FastFileTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Moved

Please see the following repo for FFT2 - rewritten with .NET Core 3.0:

https://github.com/HookJordan/FFT2

FFT- FastFileTransfer Build App

FFT or FastFileTransfer is a Windows Form Application that provides the user with an alternative remote file transfer system. Various customizations have been included in the application to the allow the user to tweak to their needs with regards to needs with speed and security in mind. There are currently 4 option encryption algorithms available including:

  • Simple XOR cipher
  • RC4 Encryption (Default)
  • Blowfish (ECB Mode)
  • AES (CBC Mode)

The encryption algorithm is applied to all network communication throughout the application to help ensure your network traffic is secured and protected from data sniffers. In addition to the encryption options, various compression algorithms are also available such as:

Please note the compression algorithms are only applied to file transfer related network traffic.

Screenshot

Setup

Coming soon.

FAQ

Coming soon.