End-to-end encrypted sharing

How Scantic protects a scan you share · last updated 31 July 2026

Scantic computes your scans on your iPhone and keeps them there. Sharing is the one action that sends a scan anywhere, so it is the one place where encryption matters. We built it so that we cannot read what you share.

Private and password links are encrypted on your iPhone before anything is uploaded. The key that opens them travels inside the link itself, in a part of the address that browsers never send to servers. Our server stores data it cannot read.

The three ways to share

You choose per scan. The difference is not a setting buried in a menu. It is the first thing the share sheet asks.

Encrypted

Anyone with the link

The scan is sealed on your iPhone. Whoever opens the link can view it. Anyone who does not have it cannot, and that includes us.

Encrypted

Link and password

As above, and the password is folded into the key. Someone who intercepts the link still needs the password. The password itself is never uploaded.

Readable

Public

Deliberately not encrypted, so that messaging apps can show a real preview image. You pick this one knowingly; the app says so before you publish.

Why we cannot read your scan

A share link looks like this:

https://scantic.app/s/<id>#k=<key>

Everything after the # is called the fragment. Browsers treat it as a local instruction: it is never put into the request that goes to a server. It does not appear in our logs, at our hosting provider, or anywhere in between. The scan is decrypted in the recipient's browser, on their device.

That is the whole trick, and it is why this is not a promise about our good behaviour. We do not hold the key, so there is nothing for us to hand over, lose or be compelled to produce.

What we use

Standard, published cryptography from Apple's operating system. No algorithms of our own invention.

Technical description

The full write-up: key derivation, data format, pre-processing, key handling and the limits of each mode. Written for reviewers, auditors and the curious.

Download PDF · 2 pages

What we honestly cannot protect

Encryption is a tool with edges, and it is worth naming them.

No account, nothing attached

There is no sign-up, no email address, no device identifier and no analytics anywhere in Scantic. A share carries the scan and nothing about you. Your camera footage, your photos and your location never leave the iPhone at all.

More on what is stored and for how long: the privacy policy.