Implementing SSL between JAVA GUI & C++ Server -


i have gui designed in java , act client, , can communicate remotely server written in c/c++. communication between them made through sockets. messages sent not encrypted , vulnerable man-in-the-middle attacks. wondering best solution protect communication , wanted implement ssl. possible so, , if yes, toolkit should into.

java contains ssl implementation called jsse. see javadoc javax.net.ssl package. there tutorial, , several examples provided jdk.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -