Security & Privacy
We built Tokenia with a simple rule: never store your prompts. Here's exactly how we do it.
Your text is sent over HTTPS for server-side tokenization, then immediately discarded. Never written to disk or database.
We don't store, log, or retain your prompts. Processed in memory per request, discarded on response.
No Google Analytics, no Facebook Pixel, no HubSpot. Zero third-party tracking scripts.
All connections secured via HTTPS with TLS 1.3. Industry-standard encryption.
When you paste text into Tokenia, your browser sends it to our server over an encrypted HTTPS connection. The server runs official tokenizers β tiktoken for OpenAI models, Claude's algorithm for Anthropic, etc. β and returns the token counts. Your text is processed in memory and immediately discarded. It is never written to a database, file, or log.
An instant client-side estimate appears while you type (pure JavaScript, no network call). The exact server-side count replaces it within milliseconds. Our access logs (morgan) record only HTTP method, path, status code, and response size β never the request body or your text.
Nothing about your prompts. Here's what we do and don't collect:
When you upload a file (PDF, DOCX, TXT, etc.), it is transmitted over HTTPS to our server. PDF and DOCX parsing runs server-side using pdf-parse and mammoth respectively. Files are handled in memory only (never written to disk) and discarded immediately after the extracted text is returned. No file content is stored.
Tokenia is hosted on Railway with automatic TLS certificate management. Our infrastructure stack:
Tokenia does not collect personal data from unauthenticated users beyond standard server logs. For users who create accounts, we support the right to access, right to deletion, and data portability β email us at info@tokenia.live.
We do not sell, share, or license any user data to third parties.
If you discover a security vulnerability in Tokenia, please report it responsibly. Contact us at info@tokenia.live with subject line "Security Disclosure". We will respond within 48 hours and work to fix confirmed vulnerabilities promptly.
We appreciate security researchers and will credit you in our changelog (with your permission) for responsible disclosures.
Questions about privacy or security? Email us at info@tokenia.live.
Last updated: June 2026 Β· Made in El Salvador πΈπ»