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
Post a Comment