How CipherDrive Public Links Work

A CipherDrive™ Public Link is designed to let a recipient retrieve and decrypt a shared encrypted object without requiring Ackaia to turn the stored file into plaintext on its servers.

The documented CipherDrive sharing model may use a combination of:

The URL fragment

A common encrypted-sharing design places decryption key material in the URL fragment, which is the portion of a URL after the # character.

In ordinary browser HTTP behavior, the URL fragment is handled locally and is not sent to the server as part of the normal request target.

This allows the architecture to separate:

The exact CipherDrive sharing format can evolve by protocol version, feature, or client, so support documentation should not assume that every share will always use the same URL structure.

A typical encrypted-sharing flow is:

  1. The recipient opens the complete link.

  2. CipherDrive checks whether the link and object are currently available.

  3. Ackaia serves encrypted object data and the encrypted key material needed by the protocol.

  4. The recipient's browser obtains the client-side sharing key material from the link or sharing context.

  5. The browser recovers the file key locally.

  6. The encrypted file is downloaded.

  7. The file is authenticated and decrypted locally.

What does Ackaia receive?

Ackaia may still receive and process operational information such as:

The goal is not zero metadata. The goal is that ordinary public-link delivery does not require Ackaia to hold the plaintext file key needed to decrypt the stored object.

If the full Public Link includes all material needed to access and decrypt the object, possession of that complete link can effectively grant access.

Do not paste sensitive Public Links into:

Public does not mean searchable by default

The word “public” describes the access model of the link, not a guarantee that the shared file is automatically indexed, advertised, or discoverable by everyone on the internet.

However, once a complete link is published or forwarded, you should assume that anyone who receives it may be able to use it until the link is revoked, expires, is restricted, or otherwise stops working.