Skip to main content

Insertion Security

Definition

Insertion security, in the context of authenticated data structures, refers to the property that an adversary cannot add a new element to the structure without detection. It ensures that only authorized parties can modify the data structure by appending new entries. This property maintains the integrity of the data structure against unauthorized additions.