Tracking Your Items

The "My Items" panel lets you monitor the status of secrets and receive links you have created, right from your browser.

How It Works

When you create a secret or receive link, you can optionally check "Store the secret link in local storage". This saves a reference to your item in your browser's local storage. The "My Items" panel then appears at the bottom of the page, showing all your tracked items with live status updates.

Labels

Adding a label when you create a secret makes it easy to tell your items apart in the list. Without a label, secrets show as "Secret" and files show their file name. Labels are encrypted, so the server never sees them in plaintext.

My Items panel
The My Items panel showing tracked secrets and receive links with their current status.

Status Indicators

Status Meaning
Available The secret still exists and has remaining views. For receive links, it means the link is active and waiting for a submission.
Waiting A receive link that has not received a submission yet.
Submitted A receive link where someone has submitted a secret, ready for you to pick up.
Gone The secret has been fully viewed, expired, or is otherwise no longer available on the server.

What You Can Do

Passkey Encryption

By default, stored links are saved unencrypted in local storage, which means anyone with access to your browser can read them. You can protect stored links by setting up passkey encryption.

My Items panel showing the passkey encryption prompt
The warning banner prompts you to set up passkey encryption for stored links.

How It Works

  1. Click "Encrypt" (or the "Set up passkey encryption" link) in the My Items panel. Your browser will prompt you to create a passkey using your device's biometric sensor, security key, or PIN.
  2. Once enrolled, all stored links and saved notification URLs are automatically encrypted using a key derived from your passkey via the WebAuthn PRF extension. The derived key uses AES-256-GCM, the same algorithm used for secret encryption.
  3. When you revisit the page, items appear locked. Click "Unlock" and authenticate with your passkey to decrypt and access your stored links.
  4. Click "Lock" to clear the decryption key from memory. Items become inaccessible again until you unlock.
My Items panel with passkey enrolled and items locked
After enrollment, items are locked until you authenticate with your passkey.
The encryption key never leaves memory. The key derived from your passkey is held in JavaScript memory only and is never written to local storage or sent to the server. Closing the tab or locking clears it.

What Gets Encrypted

Removing Passkey Encryption

You can remove passkey encryption at any time by clicking "Remove passkey encryption" at the bottom of the My Items panel. This decrypts all stored links and notification URLs back to plaintext and deletes the passkey credential reference. If your passkey has been deleted from your device and you cannot authenticate, use "Force remove" to remove the credential reference (encrypted data will be lost).

Requirements

Privacy Considerations

Without passkey encryption, stored links are not encrypted. The links saved in local storage include the full URL with the decryption key. Anyone with access to your browser can see these links and potentially retrieve your secrets. Set up passkey encryption or only enable link storage on devices you trust and control.

Tips

Open the App