Skip to content

Java client–server application that uses sockets to decrypt messages on a server and display results in a Swing GUI. Demonstrates networking, file input, and GUI event handling.

Notifications You must be signed in to change notification settings

abarsamian/decrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

decrypter

Anastasia Barsamian Software Development 1 CEN 3024C This project is a client-server messaging system that works to decrypt a message using sockets. The server listens for client connections and when the client sends a message through it decrypts it and then returns the decrypted result. There is a Swing GUI menu that allows the client to browse for text files and submit them into the messaging system to decrypt the text within the file. This project demonstrates sockets, client-server handling, and GUI event handling. \

About

Java client–server application that uses sockets to decrypt messages on a server and display results in a Swing GUI. Demonstrates networking, file input, and GUI event handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages