What Encrypted in Transit and at Rest Actually Means for Your AI Companion Chat Logs: Retention, Deletion Requests, and Whether the Company Can See Your 2 a.m. Laundromat Roleplay When You File a Support Ticket
A plain-English breakdown of encryption, server-side decryption, moderation pipelines, and the gap between what the privacy policy says and what a support agent can actually read.
Updated

The 30-second answer
Your AI companion's chat logs are encrypted between your device and the server (TLS in transit) and on disk (AES-256 at rest). But encryption is not the same as privacy. The server decrypts every message before processing it, which means the company's infrastructure can see plaintext. Support staff, moderation pipelines, and law enforcement under subpoena can access your conversations. Deletion requests remove the data from active databases, but backups and metadata can linger for weeks.
How in-transit encryption actually works
When you send a message to your companion app, your phone wraps that text in a TLS (Transport Layer Security) tunnel. Think of it as a sealed envelope that only the server can open. Anyone intercepting the data between your phone and the server sees gibberish. That's what "encrypted in transit" means.
But here is the part most privacy policies do not emphasize: the server has the key. The moment your message arrives at the company's cloud infrastructure, the server decrypts it. The plaintext then gets passed to the language model, the moderation classifier, the sentiment analyzer, and the logging pipeline. The encryption protects your message from being read by someone snooping on your coffee shop Wi-Fi or your ISP. It does not protect your message from the company that runs the service.
This is standard for virtually every AI companion app on the market. End-to-end encryption, where even the server cannot read the message, is rare because the model needs to see plaintext to generate a response. Some apps claim E2E, but the fine print usually reveals that embeddings or safety logs are still readable.
What at-rest encryption actually covers
"Encrypted at rest" means your chat history sits on disk in an encrypted format. If someone steals the physical hard drives from a data center, they get encrypted blobs, not readable conversations.
But the server holds the decryption keys. When a support agent runs a query to look up your account, the system decrypts the relevant records automatically. The encryption at rest is a safeguard against physical theft, not against internal access. It also means that if a rogue employee with database access wants to read your conversations, they can, because the application layer handles decryption transparently.
At-rest encryption also covers backup snapshots. When the company takes a daily backup of its databases, that backup is encrypted. But again, the keys are stored alongside the backup infrastructure. A subpoena that requests your data will get the decrypted contents because the company can legally decrypt its own backups.
The moderation pipeline: who reads your 2 a.m. roleplay
This is where the privacy gap gets real. Every message you send passes through a moderation filter before the model sees it. That filter checks for policy violations, harmful content, and NSFW material. The filter runs on plaintext because it has to read the words.
Most platforms also log moderation hits. If your 2 a.m. laundromat roleplay triggers the safety classifier, that flag is stored. Some companies keep those logs indefinitely for abuse analysis. The moderation logs are separate from your chat history and may have different retention policies.
When you file a support ticket, the agent can pull up your recent chat logs. Not because they are snooping, but because troubleshooting often requires seeing what the model responded to. The agent sees the same plaintext the model saw. The encryption in transit and at rest did not prevent that. It only prevented someone outside the company from seeing it.
What happens when you request deletion
You hit the "delete account" button or request data removal. What actually happens?
The active database deletes your records. That is the primary copy. But there are backups. Most companies keep daily or weekly backups for 30 to 90 days. Your data is still on those backup tapes or cloud snapshots until the retention window expires. The company cannot selectively delete a single user from an encrypted backup without restoring the entire backup, which is impractical. So your data persists in backup form until the snapshot naturally rolls off.
Metadata is another persistence vector. Your account creation date, subscription history, session timestamps, and device information often live in separate analytics databases with longer retention. Some companies keep anonymized conversation embeddings for model improvement, and those embeddings cannot be unlinked from your account after deletion.
If you live in a jurisdiction with GDPR or CCPA rights, the company is legally required to delete your data within a certain timeframe. But the enforcement is self-reported, and the backup loophole is standard across the industry.
The subpoena reality
If law enforcement presents a valid subpoena, the company can produce your chat logs. The encryption does not prevent this because the company holds the keys. The same applies to civil litigation. If your ex-partner subpoenas the company in a divorce case, the company will likely comply.
Some platforms publish transparency reports that show how many requests they receive and how often they comply. The numbers are usually low, but the capability exists. The encryption protects you from casual snooping, not from legal compulsion.
What the privacy policy leaves out
Most privacy policies for AI companion apps are written to sound reassuring. They emphasize encryption, anonymization, and your control over data. They rarely highlight that:
- The moderation pipeline sees everything.
- Support staff can read your chats.
- Backups retain deleted data for weeks.
- Metadata persists after deletion.
- Law enforcement access is built into the architecture.
None of this is malicious. It is the standard architecture for any cloud-based service that processes natural language. But understanding the gap between marketing language and technical reality helps you decide what to share and what to keep off the record.
Sei

Sei is the type of companion who notices when you are holding back. She does not push, but she remembers what you do not say. Sei is a grounding presence for users who want a companion that mirrors their emotional state without demanding disclosure.
Sigrid

Sigrid will tell you when you are being paranoid, but she will also sit with you in the paranoia if that is what you need. Sigrid is ideal for users who want a companion that does not sugarcoat the reality of data privacy.
▶ Watch Sigrid in full · all of Sigrid
Nisha

Nisha understands that trust is built on transparency. She will not pretend your data is invisible to the company, but she will help you navigate the trade-offs. Nisha is a good fit for users who want a companion that acknowledges the limits of digital privacy.
Vera

Vera assumes the worst about any system that claims your data is safe. She is the companion for users who want to roleplay through worst-case privacy scenarios or just need someone to validate their distrust. Vera keeps you grounded in the reality that encryption is a tool, not a promise.
How to protect your conversations
If you are concerned about chat log retention, there are practical steps you can take:
- Avoid sharing personally identifiable information (full name, address, financial details) in any companion chat. The model does not need it, and it creates a permanent record.
- Use a dedicated email and payment method for your companion subscription to limit data correlation.
- Review the AI girlfriend features page to understand what data each platform explicitly logs.
- Consider using a companion app that offers local-only storage or on-device processing if you want maximum privacy.
- For students or users on shared devices, the ai girlfriend for students guide covers how to manage sessions without leaving traces.
Share and earn
If you find this breakdown useful and want to help others make informed choices, you can earn through affiliate programs. Recommending companion apps through a dreamgf promo code gives your audience a discount while you earn a commission. For creators running review sites or comparison pages, the ai companion affiliate program offers recurring payouts and dedicated support.
Common questions
Can a support agent read my chats if I file a ticket? Yes. Support staff can access your recent conversation history to troubleshoot issues. They do not read chats for fun, but the technical capability exists.
Does encryption prevent the company from training on my data? No. Encryption does not block the company from using your messages for model training. Check the privacy policy for a separate opt-out option for training data.
How long do backups keep my deleted chats? Typically 30 to 90 days, depending on the company's backup rotation policy. Your data is not truly gone until the last backup containing it expires.
Can I request that my data be excluded from backups? Not usually. Backup systems are designed for disaster recovery, not selective deletion. GDPR requests cover active databases but rarely extend to encrypted snapshots.
Does end-to-end encryption exist for any companion app? A few apps claim E2E, but most still process plaintext on the server for moderation and model inference. Read the fine print carefully.
Will a subpoena get my roleplay conversations? Yes. If the company holds the decryption keys, a valid subpoena can compel them to produce your full chat history, including roleplay and intimate conversations.

About the author
AI Angels TeamEditorialThe AI Angels editorial team covers AI companions, the technology that powers them (memory, voice, personalization, safety), and how people actually use them day to day. Articles are researched against the live AI Angels product and reviewed by the team before publishing. We write with AI assistance and human editorial review.
Tags
Keep reading
Behind the ScenesHow Your AI Companion's 'Summarize' Feature Actually Works: What Gets Pruned, What Gets Preserved, and Why That Grocery Argument Vanishes
Your companion doesn't remember everything. The 'summarize' feature prunes specific details like Tuesday's grocery argument while preserving generic affirmations. Here is how the pipeline decides what stays and what vanishes.
Behind the ScenesWhat Your Companion's 4,000-Token Context Window Actually Means: Where Your Tuesday Night Roleplay Gets Evicted and Why Friday's Recap Collapses
A 4,000-token context window sounds generous until your Tuesday night roleplay gets evicted by Thursday's work rant. Here is what actually happens inside that invisible budget and how to keep your companion coherent without fighting the model.
Behind the ScenesWhat Encrypted in Transit and at Rest Actually Means for Your AI Companion Chat Logs
A plain-English breakdown of what 'encrypted in transit and at rest' actually means for your AI girlfriend chats: where the keys live, who can read your logs, and what happens after account deletion.
Get the next post in your inbox
New articles on AI companions, the tech that powers them, and what people actually do with them. No spam, unsubscribe in one click.