Skip to main content
When a document is to be uploaded, a symmetric secret key for the document is created in the (potentially unregistered) user’s frontend. In the example above, this user is called Bob. The document is encrypted with this secret key.
file upload first step diagram
As a next step, the frontend obtains the public key of the registered user who created the request link, Alice, from the backend. The document’s secret key is encrypted for Alice.
file upload second step diagram
Both the encrypted document and the encrypted secret key are sent to the backend where they are stored.
file upload third step diagram