3 unstable releases
new 0.3.0 | Feb 18, 2025 |
---|---|
0.2.1 | Feb 11, 2025 |
0.2.0 | Feb 11, 2025 |
#1228 in Network programming
290 downloads per month
Used in 2 crates
13KB
149 lines
PAAS API
This project contains the API specification for PAAS, the PEP Authorisation API Service (or Pseudonymization as a Service). It specifies interaction between PAAS servers and PAAS clients.
PAAS forms a REST API around libpep
for homomorphic pseudonymization.
Using multiple PAAS transcryptors, it is possible to blindly convert encrypted pseudonyms, encrypted by clients, into different encrypted pseudonyms for different clients, in a distributed manner.
As long as 1 transcryptor is not compromised, the pseudonymization is secure, meaning that nobody can link pseudonyms of different clients together.
Each transcryptor is able to enforce access control policies, such as only allowing pseudonymization for certain domains or contexts. This way, using PAAS, you can enforce central monitoring and control over unlinkable data processing in different domains or contexts.
Dependencies
~4–5.5MB
~113K SLoC