Update Glossary authored by Kai van Lopik's avatar Kai van Lopik
...@@ -33,6 +33,7 @@ This page lists key concepts and terminology related to the PEP system, and prov ...@@ -33,6 +33,7 @@ This page lists key concepts and terminology related to the PEP system, and prov
| [participant identifier](https://gitlab.pep.cs.ru.nl/pep-public/user-docs/-/wikis/Pseudonymization#participant-identifier) | | A fixed identifier associated with a single PEP row. Participant identifiers are (a.o.) used to create new rows in PEP. | | [participant identifier](https://gitlab.pep.cs.ru.nl/pep-public/user-docs/-/wikis/Pseudonymization#participant-identifier) | | A fixed identifier associated with a single PEP row. Participant identifiers are (a.o.) used to create new rows in PEP. |
| pepAssessor | | A GUI application used for the registration, lookup and management of (academic research) subjects whose data are stored in PEP. Primarily intended for use by research assessors. | | pepAssessor | | A GUI application used for the registration, lookup and management of (academic research) subjects whose data are stored in PEP. Primarily intended for use by research assessors. |
| pepcli | | A CLI utility providing access to the PEP system. | | pepcli | | A CLI utility providing access to the PEP system. |
| pepLogon | | A CLI utility that allows a user to log on interactively, after which it saves enrollment data to file. The saved enrollment data can then be (re-)used by other applications, such as `pepcli`. |
| polymorphic encryption | | (Re-)encrypting data for different recipients without gaining access to the data itself. | | polymorphic encryption | | (Re-)encrypting data for different recipients without gaining access to the data itself. |
| Polymorphic Encryption and Pseudonymization | PEP | A software system geared toward secure, confidential and privacy-preserving data storage and dissemination. | | Polymorphic Encryption and Pseudonymization | PEP | A software system geared toward secure, confidential and privacy-preserving data storage and dissemination. |
| polymorphic pseudonym | PP | A row identifier that is partially randomized. While any PP refers to a single row, a row is not uniquely associated with a single PP. | | polymorphic pseudonym | PP | A row identifier that is partially randomized. While any PP refers to a single row, a row is not uniquely associated with a single PP. |
... ...
......