Use copies for sensitive files
If you only need a sample, create a copy with private fields removed before processing it anywhere.
Data handling
AAAI Tools is built around a simple rule: when a task can run safely in the browser, it should avoid uploading your content. When server processing is required, files are temporary and the workflow should be clear before you start.
These tools are designed to process input in the current browser tab. They do not intentionally send file contents, pasted text, or generated results to AAAI Tools servers.
Reads and cleans CSV text in the browser tab.
Formats and validates pasted JSON locally.
Generates QR images locally from the entered text.
Parses text-based PDFs in the browser when supported.
Reads the DOCX package locally for plain text extraction.
Uses browser crypto APIs to hash text or files locally.
Runs JavaScript regex checks against local sample text.
Converts timestamp values in the browser.
Some workflows need server-side processing because they require heavier computation or background jobs.
For browser-only utilities, AAAI Tools does not need to receive your source document, CSV rows, JSON payload, QR content, regular expression sample text, Base64 value, timestamp input, or generated hash.
If you only need a sample, create a copy with private fields removed before processing it anywhere.
Extracted text, formatted JSON, decoded values, and metadata can reveal private information even when the original file is not uploaded.
Contact [email protected] with page URLs, browser details, and a short issue description. Do not email private files unless specifically requested for troubleshooting.