Skip to content

ChatGuard is a simple Java client-server chat application featuring RSA encryption for secure messaging and a custom SHA-256 implementation written entirely in raw Java without external libraries.

Notifications You must be signed in to change notification settings

buildwithnahin/ChatGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paste the example README content below and save

README.md sample content:

ChatGuard - RSA Chat & SHA-256 Java Implementation

This project contains:

  • Client.java — RSA encrypted chat client
  • Server.java — RSA encrypted chat server
  • SHA256.java — Raw Java implementation of SHA-256 hashing algorithm

How to compile

javac *.java

About

ChatGuard is a simple Java client-server chat application featuring RSA encryption for secure messaging and a custom SHA-256 implementation written entirely in raw Java without external libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages