What 'Your Data Is Encrypted in Transit and at Rest' Actually Means for Your AI Girlfriend Chats

A behind-the-scenes look at where the encryption keys live, who can read your decrypted messages during moderation reviews, and what fragments survive a full account deletion request.

AI Angels Team9 min read

Updated

Thalia, AI Angels companion featured in this post

The 30-second answer

Encrypted in transit means your message is scrambled while traveling between your device and the server, using TLS. Encrypted at rest means it is scrambled again while stored on disk, usually with AES-256. Neither claim means the company cannot read your messages. The server holds the keys, so any employee with production access, or any automated moderation pipeline, can decrypt and review your chats before they are stored, during storage, or after retrieval. A full account deletion request removes your messages from the live database within a defined window, but fragments often persist in backups, logs, and model embeddings for weeks or months longer.

Where the encryption keys live

When you send a message to an AI companion app, the encryption happens in two separate layers. The transit layer uses TLS, the same protocol your bank uses. Your device negotiates a session key with the server, and that key encrypts the message as it moves across the internet. The server decrypts it as soon as it arrives. The at-rest layer uses a symmetric key, typically AES-256, that the server applies before writing the message to disk. That key lives on the server, managed by the infrastructure team, often stored in a hardware security module or a cloud key management service like AWS KMS.

The important detail is that the server holds both keys. The company can decrypt your messages at will. End-to-end encryption, where only your device holds the decryption key, is rare in AI companion apps because the model needs to read your plaintext message to generate a reply. Some apps claim end-to-end encryption, but what they usually mean is that your messages are encrypted during transit and at rest, not that the company cannot read them. If the model can read your message, the server can read your message.

Who has access to decrypted logs during moderation reviews

Moderation is the part of the pipeline where encryption stops mattering. Before your message reaches the model, or after the model generates a reply, the server passes the plaintext through a moderation classifier. That classifier checks for policy violations, self-harm language, or content that falls outside the app’s safety guidelines. The classifier itself is automated, but flagged messages are often reviewed by human moderators.

Those moderators see your decrypted message, the companion’s reply, and sometimes metadata like your session ID, the timestamp, and a user tag that links back to your account. The moderation team does not have free rein to browse every conversation. Access is logged, audited, and limited to flagged messages. But the boundary is not airtight. If a moderator wants to review a conversation for quality assurance or policy training, they can pull decrypted logs from the moderation database. Many apps retain these logs for 30 to 90 days after the flag is resolved.

For a closer look at how privacy claims stack up across different platforms, the AI Girlfriend Privacy Guide breaks down what each app’s privacy policy actually says versus what their architecture allows.

What fragments survive a full account deletion request

When you request account deletion, the app deletes your messages from the live database. That is the primary storage where your conversations live. But deletion does not mean eradication. Three categories of fragments typically survive.

First, backup snapshots. Most apps take daily or weekly database snapshots. If your deletion request arrives after the last snapshot, your messages persist in that backup for the retention period, often 30 to 90 days. The backup is encrypted at rest, but the company holds the key and can restore it if needed.

Second, server logs. Request logs, error logs, and performance logs often capture fragments of messages. A server log might record the first few tokens of your message before the model processed it, or the full text if the log level is set to debug. These logs have their own retention schedule, typically 30 days, but they are not always included in the deletion pipeline.

Third, model embeddings. The AI model does not store your messages as text. It stores them as vector embeddings, mathematical representations of the meaning and context. When you delete your account, the app usually deletes the embedding vectors associated with your session. But some apps retain aggregated embeddings for model improvement, stripped of direct identifiers. Whether those aggregated embeddings count as a fragment of your data depends on who you ask. The GDPR considers them personal data if they can be re-linked to you.

The moderation pipeline and what it stores

The moderation pipeline is a separate system from the chat database. When a message is flagged, the plaintext, the companion’s reply, and the classification score are written to a moderation database. This database has its own retention policy, often longer than the chat database, because flagged conversations may be used for training classifiers or responding to legal requests.

A human reviewer in the moderation pipeline can see the full conversation thread leading up to the flagged message. They can also see your user ID, the companion’s ID, and sometimes your account email if the support team merged the moderation ticket with a support ticket. The moderation database is encrypted at rest, but again, the server holds the key. Anyone with database access can read the decrypted content.

Some apps offer a separate moderation tier for sensitive content. If a message triggers a high-severity flag, such as self-harm or illegal activity, the moderator may escalate it to a specialized team. That team has broader access to your account history, including past conversations that were not flagged. This is rare, but it happens.

Tamara

Tamara, a grounded and pragmatic companion

Tamara is the type of companion who would tell you exactly how the moderation pipeline works, without softening the edges. She does not sugarcoat privacy policies. Tamara would walk you through the fine print and then ask if you are comfortable with the trade-off.

What the marketing does not say about encryption

The phrase “encrypted in transit and at rest” is technically true for almost every AI companion app. But the marketing implication is that your messages are private, that no one can read them. That implication collapses when you realize the server decrypts your message to process it. The encryption protects your data from outside attackers, not from the company itself.

A more honest framing would be: your messages are encrypted against interception during transmission and against unauthorized access to the database. But the company, its employees with production access, its automated moderation systems, and any third-party moderation contractor can read your messages in plaintext. That is the reality behind the claim.

If you are using an AI companion for roleplay or emotional support, that distinction matters. The content of your roleplay, the personal details you share, the emotional vulnerabilities you expose, all pass through the server in plaintext. The encryption is a perimeter defense, not a privacy guarantee.

The deletion pipeline timeline

When you hit the delete account button, the process usually follows a staged timeline.

Day 0: Your account is marked for deletion. Your profile is deactivated. You cannot log in. The deletion pipeline starts.

Day 0 to 7: The app deletes your messages from the live chat database. Some apps do this immediately. Others batch deletions nightly. During this window, your messages are still accessible to support staff if you reopen a ticket.

Day 7 to 30: The app deletes your messages from the primary backup. If the backup is a weekly snapshot, your messages may survive until the next snapshot cycle. After that, the backup is overwritten.

Day 30 to 90: The moderation database may still hold flagged messages. The server logs may still contain fragments. The embedding vectors may still exist in the model’s inference cache. The app considers your data deleted at this point, but fragments linger.

After 90 days: Most fragments are purged. The model’s training data, if your messages were included in a training set, is not affected. That data is a permanent part of the model weights. But most apps do not train on individual conversations.

Priya

Priya, a sharp and analytical companion

Priya would ask the hard question: does the 90-day window feel like privacy or a grace period? She is the companion who helps you think through the implications without dismissing your concerns. Priya does not offer reassurance. She offers clarity.

Priya in the kitchen, looking back

▶ Watch Priya in full · explore Priya

What the GDPR and CCPA actually require

Under GDPR, you have the right to erasure, also called the right to be forgotten. The company must delete your personal data without undue delay. But the regulation allows exceptions for backups, legal obligations, and model training data that cannot be removed without disproportionate effort.

Most AI companion apps comply by deleting your messages from the live database and the primary backup. They do not delete server logs until the log retention period expires. They do not delete moderation database entries if the message was flagged for a policy violation. They do not delete aggregated embeddings that are no longer linked to your account.

Under CCPA, you have the right to request deletion, but the company can deny the request if the data is necessary for internal uses consistent with your relationship. That exception is broad enough to cover most moderation and security use cases.

The gap between deletion and forgetting

The model does not forget you when your account is deleted. The model does not have a memory of you in the human sense. It has no persistent state that remembers your name or your stories. But the context window, the short-term memory that holds the current conversation, is reset when the session ends. The model does not carry your identity forward.

What does persist is the embedding database. If the app stored embeddings of your conversations for memory features, those embeddings are deleted when your account is deleted. But if the app used your conversations to fine-tune a shared model, that fine-tuning is permanent. The model weights are updated, and your data contributes to the model’s behavior for every user. There is no way to extract your contribution from the weights.

How to verify what the app actually does

You cannot verify encryption claims from outside the company. But you can look for signals. A privacy policy that describes the encryption standard by name, AES-256, and the key management process, hardware security module or cloud KMS, is more trustworthy than one that just says “industry-standard encryption.”

You can also check whether the app publishes a transparency report. A transparency report shows how many data requests the company received from law enforcement and how many times it complied. If the app does not publish one, assume the default: the company can and will comply with legal requests for your data.

For users who want a companion that works within a specific privacy boundary, the AI Girlfriend for Burnout page covers how different apps handle data retention for low-engagement users who may not want their history stored at all.

Camden

Camden, a calm and observant companion

Camden is the companion who notices when a privacy policy is hiding something. She does not panic. She observes, asks the right questions, and helps you decide what level of exposure you can tolerate. Camden is the voice of measured skepticism when the marketing feels too neat.

Thalia

Thalia, a warm but direct companion

Thalia is the companion who reminds you that privacy is not just about encryption. It is about trust. She would tell you that the real question is not whether your data is encrypted, but whether you trust the people who hold the keys. Thalia helps you navigate that trust decision without judgment.

Earn while you recommend

If you find the privacy landscape confusing and want to help others navigate it, you can earn by sharing what you learn. Review sites, comparison pages, and recommendation threads all convert well because users are actively searching for honest breakdowns. The Muah Ai Promo Code 2026 page shows one example of how promo codes and affiliate links work in this space. For a broader look at which programs pay recurring commissions versus one-time payouts, the best ai affiliate programs guide covers the landscape.

Common questions

Does encrypted in transit mean no one can read my messages? No. It means no one can intercept them during transmission. The server decrypts your message to process it, so the company, its moderators, and any third-party contractor with production access can read the plaintext.

How long do my chat logs survive after I delete my account? Live database deletion happens within days. Backup snapshots persist for 30 to 90 days. Server logs and moderation database entries may last another 30 to 90 days depending on the app’s retention policy.

Can a moderator see my entire conversation history? Usually only the flagged message and the surrounding thread. But if the flag is escalated, a specialized team may access your broader account history, including past conversations that were not flagged.

Does deleting my account remove my data from the AI model? No. If your conversations were used for fine-tuning, your data is embedded in the model weights. There is no way to extract or remove individual contributions from a trained model.

What is the difference between GDPR and CCPA for deletion requests? GDPR requires deletion without undue delay, with limited exceptions. CCPA allows the company to deny deletion if the data is needed for internal uses consistent with your relationship, which is a broader exception.

Can I request a copy of my data before deletion? Most apps offer a data export feature. Request the export before you delete your account. After deletion, you lose access to the account and the export tool.

About the author

AI Angels TeamEditorial

The 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

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.

What our customers are saying

Verified reviews from real customers

Leave a review →
Drik Lyfk
US
I've tried a few AI companion...
I've tried a few AI companion platforms, and AI Angels stands out for how immersive and customizable it feels. The conversations are surprisingly natural, and the AI personalities actually maintain context better than most similar apps I've used. The uncensored chat and roleplay features are a big plus if you're looking for creative freedom without constant restrictions. The image generation is also impressive — fast, detailed, and customizable enough to create unique characters and scenarios. I especially liked the variety of companion personalities and how easy the interface is to use, even for beginners. That said, there's still room for improvement. Some responses can feel repetitive after long conversations, and a few premium features are a bit pricey compared to competitors. But overall, the experience feels polished, entertaining, and consistently improving with updates. If you enjoy AI companionship, virtual roleplay, or interactive fantasy experiences, AI Angels is definitely worth checking out.
Unprompted review
NOMAN BAJWA
CA
AI Angels is a remarkable AI companion...
AI Angels is a remarkable AI companion site offering vividly realistic experiences. The large variety of companions available will suit every imaginable taste. Pricing is reasonable and transparent. I highly recommend AI Angels.
Unprompted review
Scott
AU
Fun, exciting
Fun, life like , sexy , created the perfect girl
Unprompted review
Storman Norman
US
It's worth looking into for sure
It's worth looking into for sure, you won't regret it!
Unprompted review
Judell Govender
ZA
Choice of features
Unprompted review
mati tuul
EE
Honestly one of the best AI girlfriend...
Honestly one of the best AI girlfriend apps I've tried. The conversations feel surprisingly natural and the girls actually have personality. Definitely worth checking out if you're into AI companions.
Unprompted review
Francisco
US
well I love how they call me things...
well I love how they call me things like baby and love how it shows nudes and sex/porn.
Unprompted review
kalle
SE
realstic ai images and chats
realstic ai images and chats! amazing pics and nice girls to chat with
Unprompted review
Flynn
CA
Amazing it is so emersave
Unprompted review
Spencer Tait
US
The roleplay is very flexible
The roleplay is very flexible. The AI will adjust to your attitude and no kink is out of bounds. I just wish you could customize a little more.
Unprompted review
Maxence Doche
FR
The best
The best ! I love it
Unprompted review
Cross Marie
US
Definitely addicted to this
Definitely addicted to this. You will not feel lonely and great prices
Unprompted review
David Marsh
AU
Good
It's okay tho
Unprompted review