L0ss
← Back to Home

Privacy Policy

Last Updated: October 20, 2025

This privacy policy explains exactly how L0ss handles your data, what privacy mechanisms are in place, and what information is collected and stored.

TL;DR: We don't want your data. Files are temporarily stored for compression, automatically deleted within 24 hours (or immediately after download), and never shared with anyone. No tracking, no analytics for individual users, no third-party sharing.

1. Data Collection & Storage

What We Collect

What We DON'T Collect

2. How Your Data is Stored

File Storage (R2)

// Storage configuration Storage Location: Cloudflare R2 (distributed edge storage) Encryption: AES-256 at rest Transport: TLS 1.3 in transit Access: Unique, non-guessable IDs only Retention: 24 hours maximum (Public tier) Configurable 1h-30d (Authenticated tiers)

Technical Details:

Caching (KV Storage)

// KV namespace usage KV_RESULTS: Stores compression results (1 hour TTL) KV_PROFILES: Stores optimization profiles (7 day TTL) KV_PATTERNS: Stores common patterns (1 day TTL) KV_RATE_LIMIT: Tracks rate limits (1 hour TTL) Data Stored: File hash + compression settings → result Privacy: No file contents, only compression metadata

3. Privacy Mechanisms

Encryption

Auto-Deletion

// Retention policies Public Tier: - Default: 24 hours - After download: Immediate deletion - Maximum: 7 days Authenticated Tiers: - Configurable: 1 hour to 30 days - Download limit: Optional - User-controlled deletion

Zero-Knowledge Option (Premium)

Premium tier supports client-side encryption where files are encrypted in your browser before upload. We never have access to the decryption key.

4. What We Track (Anonymized)

Analytics Engine Data

We collect anonymized metrics for service improvement:

// Analytics data points (no personal info) { "fileType": "JSON", // Type of file compressed "lossLevel": "moderate", // Compression level used "originalSize": 1024, // File size in bytes "compressedSize": 512, // Compressed size "reductionPercent": 50, // Compression ratio "processingTime": 15, // Time in milliseconds "tier": "PUBLIC" // Service tier used } NOT Tracked: - Filenames - File contents - IP addresses (beyond rate limiting) - User identity - Access patterns

5. Third-Party Services

Cloudflare

hCaptcha (Public Tier Only)

No Other Third Parties

We DO NOT use:

6. Your Rights (GDPR/CCPA)

Right to Delete

You can delete your files at any time using the file ID. For public tier, files auto-delete after 24 hours or first download.

Right to Access

You can access your files using the download URL provided after compression. Recovery manifests are available for all compressions.

Right to Export

All compressed files and manifests are downloadable in standard formats. No proprietary formats are used.

Right to Object

You can object to processing by not using the service. No data is collected unless you upload files.

7. Security Measures

8. Data Breach Notification

In the unlikely event of a data breach:

9. Children's Privacy

L0ss is not directed at children under 13. We do not knowingly collect personal information from children. If you believe a child has provided information to us, please contact us to have it removed.

10. Changes to This Policy

We may update this privacy policy from time to time. Changes will be posted on this page with an updated "Last Updated" date. Continued use of the service after changes constitutes acceptance of the new policy.

11. Compliance

L0ss is designed to comply with:

Our Privacy Promise

We built L0ss with privacy as a core principle, not an afterthought. We don't want your data, we don't sell your data, and we automatically delete your data. The service exists to compress files, not to track users.

← Back to Home