| Literature DB >> 30977738 |
Stephan Jonas1, Simon Siewert2, Cord Spreckelsen2.
Abstract
BACKGROUND: Clinical and social trials create evidence that enables medical progress. However, the gathering of personal and patient data requires high security and privacy standards. Direct linking of personal information and medical data is commonly hidden through pseudonymization. While this makes unauthorized access to personal medical data more difficult, a centralized pseudonymization list can still pose a security risk. In addition, medical data linked via pseudonyms can still be used for data-driven reidentification.Entities:
Keywords: asymmetric cryptography; clinical trials as topic; data anonymization; long-term trials; pseudonymization; public-private key
Mesh:
Year: 2019 PMID: 30977738 PMCID: PMC6484261 DOI: 10.2196/12300
Source DB: PubMed Journal: J Med Internet Res ISSN: 1438-8871 Impact factor: 5.428
Figure 1Study database division and workflows.
Figure 2Grouping algorithm as pseudocode.
Figure 3Standard procedure to verify a digitally signed document.
Figure 4Shorthand graphical notation for the verification step of a digitally signed document as detailed in Figure 3.
Figure 5Record grouping using the public key store.
Figure 6Process for data management after withdrawal of consent.
Average timings of common signature schemes for single operations using record length l=4096 bytes.
| Signature scheme | Runtime (ms) | ||
| User registration | Record storing | Record grouping | |
| ECGOST3410 | 0.350 | 0.342 | 0.198 |
| SHA-256a DSAb 1024 bit | 0.145 | 0.083 | 0.067 |
| SHA-256 ECDSAc | 0.057 | 0.089 | 0.011 |
| SHA-256 RSAd 2048 bit | 42.320 | 0.606 | 0.011 |
| SHA-256 RSA 1024 bit | 4.088 | 0.154 | 0.005 |
aSHA-256: secure hash algorithm with 256-bit hash length.
bDSA: digital signature algorithm.
cECDSA: elliptic curve digital signature algorithm.
dRSA: Rivest, Shamir, Adleman.