| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| EMServer-0.0.5 | 2013-09-19 | ||
| README | 2013-09-19 | 1.0 kB | |
| Totals: 2 Items | 1.0 kB | 0 |
Encrypted Message Server To use the encrypted message server, you must first start the server using the following command: $java -jar EMServer-*.jar server This will start the server, the default connection port is: 6375 Then start the client using the following command: $java -jar EMServer-*.jar client This will start the client and will connect to the localhost by default. The default administator login is: Username:admin Password:password Its is recommended you change the administrator password immediatly, the administrative user can add users to the encryptedUserDB so that other users may connect to the server. The UserDB is saved between resets of the server, it is encrypted using the same key as communication which can be set by the user in the configuration files. When the server is stopped the randomly generated key used to encrypt chatlog & privateMessages is lost making the chatlog & private message log file unreadable by anyone. Even the owner. Any questions or comments please email kozuka2k@gmail.com