what i think the method what will tcpfile use is not secure.
its not possible without a Server?
public static String PHPAddress = "http://people.ee.ethz.ch/~stefaack/Advertiser.php";
public static boolean UseJSP = true;
public static String JSPAddress = "http://tarb06.ethz.ch:8080/TCPFileWebserver/";
I cant use tcpfile without a PHPAdress and JSPAdress?.
What is JSPAdress?.
Wie ich sehe kann man tcpfile nicht als Darknet oder F2F benutzen?
Also es geht alles über ein Globalen Server?
Was alles über ein Server geht ist unsicher trotz Verschlüsselung.
Kann jede menge geloggt werden oder?.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
well one way or another you have to meet the other persons in the network.
The easiest way to do so is to have all the peers registering themselves on a central server.
This ensures all the users just have to enter the name of the users to connect to them.
It is secure, but its not anonymous, thats a difference.
The actual sending of files or IMs does not go over the server.
I will release more information about the difference between the jsp and the php Advertiser. Also how the traffic is secured etc..
Wir versuchen nicht ein anonymes netzwerk zu machen. Wir versuchen ein sehr einfach zu bedienendes aber trotzdem sicheres Netzwerk zu gestalten. Dies geht nur, wenn man den Server benutzt um IP Addressen und ports der kollegen herauszufinden. Aller Traffic zwischen den clients ist verschlüsselt und direkt.
Jeder kann sich seinen eigenen Server basteln, entweder den PHP oder JSP Server auf seinen Webspace hochladen und die Adresse im XML ändern. Der php server braucht kein mysql sondern nur eine txt datei.
Anleitungen dazu und andere Dokumentationen werden folgen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In order to make the program also independent of an advertiser we want to implement a feature to let you have a contact which is not on a server. The main disadvantage of this is of course, that you have to find out and enter the IP of the other manually every time it changes.
(Btw: any logging is useless anyway since the traffic is intended to provide security over full public and therefore logged channels.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
what i think the method what will tcpfile use is not secure.
its not possible without a Server?
public static String PHPAddress = "http://people.ee.ethz.ch/~stefaack/Advertiser.php";
public static boolean UseJSP = true;
public static String JSPAddress = "http://tarb06.ethz.ch:8080/TCPFileWebserver/";
I cant use tcpfile without a PHPAdress and JSPAdress?.
What is JSPAdress?.
Wie ich sehe kann man tcpfile nicht als Darknet oder F2F benutzen?
Also es geht alles über ein Globalen Server?
Was alles über ein Server geht ist unsicher trotz Verschlüsselung.
Kann jede menge geloggt werden oder?.
well one way or another you have to meet the other persons in the network.
The easiest way to do so is to have all the peers registering themselves on a central server.
This ensures all the users just have to enter the name of the users to connect to them.
It is secure, but its not anonymous, thats a difference.
The actual sending of files or IMs does not go over the server.
I will release more information about the difference between the jsp and the php Advertiser. Also how the traffic is secured etc..
Wir versuchen nicht ein anonymes netzwerk zu machen. Wir versuchen ein sehr einfach zu bedienendes aber trotzdem sicheres Netzwerk zu gestalten. Dies geht nur, wenn man den Server benutzt um IP Addressen und ports der kollegen herauszufinden. Aller Traffic zwischen den clients ist verschlüsselt und direkt.
Jeder kann sich seinen eigenen Server basteln, entweder den PHP oder JSP Server auf seinen Webspace hochladen und die Adresse im XML ändern. Der php server braucht kein mysql sondern nur eine txt datei.
Anleitungen dazu und andere Dokumentationen werden folgen.
In order to make the program also independent of an advertiser we want to implement a feature to let you have a contact which is not on a server. The main disadvantage of this is of course, that you have to find out and enter the IP of the other manually every time it changes.
(Btw: any logging is useless anyway since the traffic is intended to provide security over full public and therefore logged channels.)