You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.