This prototype is used to demonstrate the three pass authentication process.
A client, and a server will mutually authentified and all sent messages by client will be crypted. An AES 128bits key is used. By default, the port 12345 is used.
Server : mvn exec:java -Pserver Client : mvn exec:java -Pclient