| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2013-09-13 | 527 Bytes | |
| ClientApp.jar | 2013-09-13 | 40.0 kB | |
| Totals: 2 Items | 40.6 kB | 0 | |
// Encrypted Message Server // This server is designed to keep messages safe from the outside via encryption and randomly generated keys // If the server is stopped all keys to messages are lost and therefore the messages are unreadable // There is a pre-shared key in both client & server used for communication & user database // When you first start the server the administrative user is Username:admin Password:password you can use it to add users // This keeps the DB encrypted, but the key used for encryption is exposed