Changes for page Definitions

Last modified by Zenna Elfen on 2025/11/27 12:13

From version 6.1
edited by Zenna Elfen
on 2025/11/27 12:13
Change comment: There is no comment for this version
To version 4.2
edited by Zenna Elfen
on 2025/11/23 23:16
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -10,24 +10,12 @@
10 10  
11 11  
12 12  
13 -== ==
14 -
15 -== ==
16 -
17 -== ==
18 -
19 -== ==
20 -
21 -== ==
22 -
23 23  == Definitions for Security and Encryption ==
24 24  
25 25  (% border="1" dir="ltr" id="sec_def" style="margin-right:auto" summary="Definitions for Security and Encryption" %)
26 26  |=Security Function|=Purpose|=Examples
27 27  |Transport Encryption|//P2P channel confidentiality//|//TLS, Noise//
28 -|[[Private Interest Overlap>>https://willowprotocol.org/specs/pio/index.html#private_interest_overlap]]|//allows peers to securely determine if they have capabilities in common without revealing what those capabilities are//|//Willow//
29 -|[[Prefix Pruning>>https://willowprotocol.org/specs/data-model/index.html#prefix_pruning]]|Enables removal of data by replacing data with a new timestamped file that is empty, encouraging replication of the deletion.  "you have a path hierarchy which lets you prune off a whole bunch of leaves by cutting at the root. Like if you replaced your Documents directory with a text file of the same name."|//Willow//
30 -|Message" Encryption|//End-to-end secrecy, async//|//MLS, Olm/Megolm, DR//
18 +|Message Encryption|//End-to-end secrecy, async//|//MLS, Olm/Megolm, DR//
31 31  |Identity & Trust|//Who’s who, key bootstrapping//|//DIDs, TOFU, Web-of-trust//
32 32  |Integrity|//Detect tampering//|//AEAD, Merkle DAGs//
33 33  |Key Lifecycle|//Rotation, revocation, recovery//|//X3DH, key transparency//