A secure instant-messaging application based on the Java Cryptographic Architecture.
Full documentation is available on Google Docs.
Authored by:
The application consists of a client and server. The included Gradle wrapper can be used to build and run either.
Running the Client
./gradlew run_client
Running the Server
./gradlew run_server
./gradlew test