Skip to content

paolinux79/FTCryPTUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTCryPTUploader

A multithreaded encrypting ftp uploader.


FTCryPTUploader is a small python3 script written to upload files to an FTP server while crypting them. It is focused on

  • avoiding any unnecessary disk accesses
  • keeping a very low memory footprint

It uses AES Cipher in EBC mode to encrypt and PKCS#7 to pad hence the only "extra" requirements is pyCrypto.

Released under the BSD 2-Clause License

About

A multithreaded encrypting ftp uploader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages