What the server sees
PsiDrive's backend receives encrypted file chunks, encrypted filename data, transfer metadata, quota information and security events. It does not need the AES file key to store or deliver the encrypted object.

PsiDrive separates your encrypted file from its decryption key. The browser encrypts and decrypts; Cloudflare infrastructure stores and transports ciphertext.
PsiDrive's backend receives encrypted file chunks, encrypted filename data, transfer metadata, quota information and security events. It does not need the AES file key to store or deliver the encrypted object.
The recipient opens the share link, authorizes the transfer, receives encrypted chunks and decrypts them in the browser. On supported Chromium browsers, decrypted data is streamed directly to disk one chunk at a time.