/* Primary Criteria */

This commit is contained in:
Demos 2015-08-29 07:32:01 +00:00
parent 1e3197e4f4
commit df75688ad1
1 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ The following criteria should be met:
=== Primary Criteria ===
; The communication is:
:; decentralized: in other words: distributed or p2p. There is no server through which the main communication streams have to go through and which could collect data to de-anonymise other nodes.
:; encrypted end-to-end: standard, except for emergency calls
:; Using Perfect Forward Secrecy: session keys should be used. Even future Forward Secrecy shall be tested.
@ -60,7 +61,7 @@ The following criteria should be met:
:; anonymised: The nodes know as little as possible about each other. Only neighbouring nodes know each other. Alias meta-data-protection.
where it can be achieved for the specific services to function properly.
'''''where it can be achieved for the specific services to function properly.'''''
=== Secondary Criteria ===