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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
is there a way to secure the file transfer?
Best regards,
Tobias
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.
Thanks, I have little knowledge in C coding. Could you point me in the right direction? THX
You can use openssl