Verified answer

How can encrypted records be shared read-only with family?

Long-term authorization should not require handing over an entire Apple Account. Vault's intended flow lets the owner select ciphertext items and create a private CloudKit CKShare for a specified Apple ID. The recipient must open the link and explicitly accept, access ciphertext through their sharedCloudDatabase, and then use the owner's separately provided unified 12-word phrase to decrypt read-only records.

Author: 曜郡 刘App Store version: 1.0Verified: 2026-09-01
What the evidence says

The answer, step by step

  1. 01
    Limit the items first

    The owner selects what to share instead of opening the entire vault by default.

  2. 02
    CloudKit checks participants

    CloudKit manages shared records, participant identity, and read-only permission; the recipient must explicitly accept.

  3. 03
    Access is not decryption

    Accepting CKShare grants ciphertext access, but the correct phrase is still required to read content.

  4. 04
    Revocation has limits

    Revocation can stop future shared access, but cannot retract exported plaintext or make a disclosed phrase unknown.

VERIFICATION METHOD

How to check this claim

Use two independent Apple Accounts and a non-sensitive item. Test acceptance by the named participant, rejection for another account, inability to modify, and failed read-back after revocation. Record shared-item count and last sync time.

See the full verification protocol →
Limits

What this answer does not claim

With one unified phrase, disclosure cannot revoke one recipient's decryption knowledge. CKShare revocation and phrase exposure are separate security boundaries.
FAQ

Direct answers

Can the app silently accept for the recipient?

No. The recipient must perform an explicit acceptance action.

Can family edit my items?

A read-only participant should not be able to modify or delete the owner's records.

What if the recipient still knows the phrase after revocation?

Revocation does not erase memory or copies. Knowledge of one unified phrase cannot be revoked per participant.

Primary sources

References used

Continue