Overview
Artifact ID: | c710ca862324bcb68beab53d1ff19ab2bb2ff28c |
---|---|
Page Name: | Experiment: mmmv_mail_protocol_t1 |
Date: | 2018-10-17 19:31:08 |
Original User: | martin_vahi |
Parent: | cbb7e810c197d978a78e51adf1d87f7a5127b9d0 (diff) |
Next | 889727ec25e9a6c8277da918e611ed2b524e369c |
Content
Currently the mmmv_mail_protocol_t1 lacks any code.
Aims
- Hide metadata as much as one can think of, including who writes to whom and the message receiving time and the messaging frequency.
- Symmetric key encryption, where each encryption key has a unique ID and no user specific data fields.
- Cryptotext modifications should be detectable. Crypto software will probably include that feature. The mmmv_crypt_t1(TODO: add it to the Fossil repository) already has that feture.
The Protocol
Users U_1 ...U_n form a
complete graph G_u.
Graph G_uu is like G_u, except that each G_u unidirected edge is
replaced with 2 directed edges, one directed edge in each direction. Each of
the G_uu directed edges, E_g_uu_k, k inSet(1 to ((n*(n-1)/2)*2=n*(n-1)) )
id est k inSet(1 to (n*(n-1)), represents a virtual mail moving channel.