PGP based file uploader

How it works: Before being uploaded to the server, a file is first encrypted on the client using public key cryptography (the openpgpjs library). A unique link is generated to enable future access. The file is immediately destroyed after being downloaded.

Step 1. Set receiver's public key.

  • Option 1. Lookup on HKP server.
    Note: You can also put the contact's fingerprint or Key ID instead of email address, just prefix it with 0x.
  • Option 2. Put armored public key.

Step 2. Select a file to upload.

Select a file (max. 32Mb)

Step 3. Get the link.