66 lines
4.2 KiB
Cheetah
66 lines
4.2 KiB
Cheetah
{{define "privacy"}}
|
|
<div class="hero container">
|
|
<p class="label mb-3">Legal</p>
|
|
<h1 class="mb-4">Privacy Policy</h1>
|
|
<p class="lead mb-4">No analytics. No tracking. No data sales.</p>
|
|
<p class="mb-4 text-sm text-tertiary">Last updated: February 2026</p>
|
|
</div>
|
|
|
|
<hr class="divider">
|
|
|
|
<div class="section container">
|
|
<div class="prose prose-width">
|
|
|
|
<h2>The short version</h2>
|
|
<ul>
|
|
<li>Your vault is protected by three encryption layers: Vault Encryption (at rest), Credential Encryption (per-field), and Identity Encryption (client-side). All data is encrypted in transit (TLS).</li>
|
|
<li>Identity fields are encrypted client-side with WebAuthn PRF. We cannot decrypt them. Ever.</li>
|
|
<li>No analytics. No tracking pixels. No third-party scripts.</li>
|
|
<li>We don't sell, share, or rent your data. To anyone. For any reason.</li>
|
|
<li>You can delete your account and all data at any time.</li>
|
|
</ul>
|
|
|
|
<h2>What this policy covers</h2>
|
|
<p>This privacy policy applies to the hosted clavitor service at clavitor.com. If you self-host clavitor, your data never touches our servers and this policy doesn't apply to you — your privacy is entirely in your own hands.</p>
|
|
|
|
<h2>Data we store</h2>
|
|
<p>When you use hosted clavitor, we store:</p>
|
|
<ul>
|
|
<li><strong>Account information:</strong> email address and authentication credentials</li>
|
|
<li><strong>Credential fields:</strong> encrypted at rest with AES-256-GCM using your vault key</li>
|
|
<li><strong>Identity fields:</strong> encrypted client-side with WebAuthn PRF before reaching our servers — stored as ciphertext we cannot decrypt</li>
|
|
<li><strong>Metadata:</strong> entry creation and modification timestamps, entry titles</li>
|
|
</ul>
|
|
|
|
<h2>Data we don't store</h2>
|
|
<ul>
|
|
<li>IP address logs (not stored beyond immediate request processing)</li>
|
|
<li>Usage analytics or telemetry</li>
|
|
<li>Browser fingerprints</li>
|
|
<li>Cookies beyond session authentication</li>
|
|
</ul>
|
|
|
|
<h2>Identity Encryption guarantee</h2>
|
|
<p>Fields protected by Identity Encryption are encrypted in your browser using a key derived from your WebAuthn authenticator (Touch ID, Windows Hello, or a hardware security key) via the PRF extension. The encryption key never leaves your device. Our servers store only the resulting ciphertext. We cannot decrypt Identity fields, and no future policy change, acquisition, or legal order can change this — the mathematical reality is that we don't have the key.</p>
|
|
|
|
<h2>Data residency</h2>
|
|
<p>When you create a hosted vault, you choose a region. Your data stays in that region. We don't replicate across regions unless you explicitly request it.</p>
|
|
|
|
<h2>Third parties</h2>
|
|
<p>We use infrastructure providers (cloud hosting, DNS) to run the service. These providers process encrypted data in transit but do not have access to your vault contents. We do not use any analytics services, advertising networks, or data brokers.</p>
|
|
|
|
<h2>Law enforcement</h2>
|
|
<p>If compelled by valid legal process, we can only provide: your email address, account creation date, and encrypted vault data. Credential fields are encrypted with your vault key (which we do not store). Identity fields are encrypted client-side. In practice, we have very little useful information to provide. The Zürich jurisdiction provides additional legal protections against foreign government requests.</p>
|
|
|
|
<h2>Account deletion</h2>
|
|
<p>You can delete your account and all associated data at any time from the web interface. Deletion is immediate and irreversible. Backups containing your data are rotated out within 30 days.</p>
|
|
|
|
<h2>Changes to this policy</h2>
|
|
<p>We'll notify registered users by email before making material changes to this policy. The current version is always available at this URL.</p>
|
|
|
|
<h2>Contact</h2>
|
|
<p>Questions about this policy? Email <a href="mailto:privacy@clavitor.com">privacy@clavitor.com</a>.</p>
|
|
</div>
|
|
</div>
|
|
{{end}}
|