Privacy Policy
Last updated: September 1, 2026 • Version 2.0
Our Absolute Privacy Guarantee
At DevutiliX, privacy is not an afterthought or an optional setting—it is the foundational core of our architecture. Every single utility executes 100% locally in your web browser. Your text, code, passwords, JWT tokens, images, and keys are never uploaded to any remote server or third-party cloud.
1. Zero Server-Side Processing
When you paste or type sensitive data into any DevutiliX tool (such as the JSON Formatter, JWT Debugger, Bcrypt Tester, HMAC Generator, EXIF Remover, or SQL Converter):
- Calculations and transformations are handled entirely via client-side JavaScript, Web Workers, and the standard W3C Web Crypto API.
- Your inputs and generated outputs remain strictly in your computer's active RAM memory and are never transmitted across HTTP/HTTPS networks.
- You can disconnect your internet connection (airplane mode) after loading the site, and all utilities will continue working normally.
2. No Tracking, Analytics, or Fingerprinting
We believe developers deserve an uncompromised development environment:
- No tracking cookies or marketing beacons.
- No Google Analytics, Meta Pixel, or behavioral tracking telemetry.
- No fingerprinting or session replay scripts (e.g. Hotjar or FullStory).
- No third-party ad networks.
3. Local Storage Usage
DevutiliX utilizes your browser's isolated localStorage solely to preserve your preferred user settings across visits:
This data never leaves your device and can be cleared at any moment by clearing your browser cache or site data.
4. Open Source & Verifiable
Don't just take our word for it. All DevutiliX source code is publicly accessible and transparent. You can inspect the network tab in your browser's developer tools or review the open codebase on GitHub to verify that zero network requests are dispatched when executing utilities.
5. Contact Us
If you have any questions, suggestions, or would like to submit a security audit regarding DevutiliX, feel free to reach out directly via nirdhum.in or by opening an issue on our GitHub repository.