Expand description
This module defines data structures for indvidual pieces of data in ScrambleDB.
A value generally consists of a handle and a data value. Handles can be identifiable or pseudonymous and either form can also be blinded. Data values may be in plain text or encrypted and always carry with them the name of the attribute they belong to in plain text.
Structsยง
- Blinded
Identifiable Data - The blinded version of an identifiable piece of data.
- Blinded
Identifiable Handle - A type for blinded identifiable handles.
- Blinded
Pseudonymized Data - The blinded version of a pseudonymized piece of data.
- Blinded
Pseudonymized Handle - A type for blinded pseudonymous handles.
- Data
Value - A plain text data value.
- Encrypted
Data Value - An encrypted data value.
- Finalized
Pseudonym - A type for finalized pseudonyms, i.e. those which have been hardened for storage by applying a PRP.
- Identifiable
Data - An identifiable piece of data.
- Pseudonymized
Data - A pseudonymized piece of data.