Easy Converter

Data Processing

Last updated:

A plain-language explanation of how, where and when Easy Converter processes any data, with a focus on the client-side architecture that keeps your information on your device.

Where processing happens

All conversions, calculations and generators run inside your browser. Specifically: image tools use the HTMLCanvasElement, Blob and FileReader APIs; the password generator uses crypto.getRandomValues; the hash generator uses crypto.subtle.digest; URL/Base64 encoders use the native btoa, atob and TextEncoder primitives; XML, JSON and HTML formatters use DOMParser, JSON.parse and pure JavaScript string transformations.

None of these operations transmit your input over the network. You can verify this in your browser DevTools under the Network tab — you will not see any outbound request when a tool runs.

What we store

We do not store user files, form inputs, calculator values, generated passwords or hashed text on any server.

We do store one preference cookie (NEXT_LOCALE) to remember your interface language between visits. It contains a two-character code such as "en" or "ru".

Theme preference (light/dark) is stored in your browser’s localStorage by next-themes and never leaves the device.

Server logs

Our hosting provider keeps standard HTTP request logs for security, debugging and abuse prevention. They contain IP address, request path, timestamp and user-agent. Retention is short (typically 7–30 days) and access is restricted to operators on a need-to-know basis.

Legal bases (GDPR)

For the limited request-log data described above, the lawful basis under GDPR Art. 6(1)(f) is our legitimate interest in keeping the service secure and reliable. No special-category personal data is processed.

Sub-processors

Our content delivery network and DNS provider may temporarily handle request metadata to serve responses. These sub-processors are bound by industry-standard data-protection agreements.

International transfers

Because we operate a global CDN, requests are answered by the geographically nearest edge node. No personal data is intentionally transferred between regions, as we do not collect personal data beyond the technical request metadata noted above.

Contact

Questions about data processing or to exercise GDPR/CCPA rights: easy.converter.com@gmail.com.

Questions? Write to easy.converter.com@gmail.com.