P2P Java Seccomm Client Alpha Release

Channel:
Subscribers:
6,450
Published on ● Video Link: https://www.youtube.com/watch?v=OBhoo2mrwfU



Duration: 8:39
610 views
5


https://seccomm.net/client/SeccommJavaClient1.0.08_1.7.jar
http://seccomm.net/.register
http://www.oracle.com/technetwork/java/javase/downloads/index.html

Requires JRE 1.7

To install JRE1.7 on linux:
sudo apt-get install openjdk-7-jre
or
su -c "yum install java-1.7.0-openjdk"

to check installation:
java -version

for apt-get users, if it shows version 1.6, use "update-alternatives --config java" to select correct version.

port forwarding port 81 is not needed anymore, because it now has upnp, but if your router / os does not support upnp you will need to port forward by hand.

So after the basic 2x RSA, 1x DH handshake for sending the AES256 keys, users will be able to define their own encryption / protocols via a drag and drop diagram type thing :)
Ie, 1 layer of AES, 1 layer DES, 1 layer IDEA, or 20 layers of AES type thing :P

--- will be putting release notes here

1.0.02
Fixed a bunch of bugs
-lots of ui bug fixes
-couple of missed threads not having sleep
made compatible \w JRE 1.7


1.0.03
Fixed access code bug
Fixed more ui bugs

1.0.04
Added uPNP ( port forwarding should not be required anymore )
Added login to new thread so log can be read in real time
Fixed a bunch of other bugs

1.0.05
Fixed some minor bugs
Added in group chat functionality - needs a lot of work

1.0.06
Added in a basic message / cmd
Added in sounds

1.0.07
mid release, to fix a fatal bug preventing messages on 1 side from being sent.

v.08 will have an online status indicator ( haven't decided 100% how im going to be implementing this )
may also include a ui revamp.
will also go through all of the cross-thread operations to make sure that everything is thread safe - this will remove the vast majority of the random crashes.
OTP will be added in v.08 or v.09 http://vpn.hotnoob.com