Java Chat application with GUI and AES Encryption.
To start the application, you must have jdk-7 installed(and path for java must be set in windows). Migrate to the master directory containing Server.java & Client.java . Open Command Line and type the following commands:
javac Server.java javac Client.java java Server java Client
"java Client" can be typed as many times as the number of clients you wish to run.