Menu

Secure File Transfer

Tobias
2008-11-09
2013-01-28
  • Tobias

    Tobias - 2008-11-09

    Hello,

    is there a way to secure the file transfer?

    Best regards,
      Tobias

     
    • Yunhong Gu

      Yunhong Gu - 2008-11-09

      You can implement a simplified SSL layer on top of UDT. Use asymmetric encryption algorithm (RSA) to exchange keys, and then use some symmetric algorithms (Blowfish, RC4, AES, etc.) to encrypt and transer data.

       
    • Tobias

      Tobias - 2008-11-11

      Thanks, I have little knowledge in C coding. Could you point me in the right direction? THX

       
    • Yunhong Gu

      Yunhong Gu - 2008-11-11

      You can use openssl

       

Log in to post a comment.