Skip to content

Releases: themasterz854/JAVAFX-SECRET-MESSAGING-APP

V3.0

19 Jan 17:23
Compare
Choose a tag to compare

AES under RSA security implemented

Full Changelog: version2...V3.0

V4.0

13 Jan 10:40
Compare
Choose a tag to compare

NAS functionality added
3 drives at locations E:/ , G:/ , H:/ , are needed for the server to work properly
Perform only one operation at a time ( either download or upload) if trying both at same time, it leads to a crash

Full Changelog: V3.0...V4.0

v2.0

27 Nov 11:45
Compare
Choose a tag to compare

The second version improves on the first with symmetric encryption using AES for all communications between server and client and even file transfer (file verification with sha256sum).
Plus bug fixes.
Oh and I even made a Linux version of the app.
From this version onwards , need to enter the port number with IP address , like 192.168.0.0:4949

Full Changelog: version1...version2

v1.0

27 Nov 11:28
Compare
Choose a tag to compare

This is the first version of the application. It communicates with the server through tcp (unencrypted).
The main features are messaging and file transfer.
Enter the ip address , no need to enter the port, it is fixed to 4949

Added linux v1,0 on 27/06/2023
Full Changelog: https://github.com/themasterz854/JAVAFX-SECRET-MESSAGING-APP/commits/version1