Resource Center
In-depth guides on privacy, secure debugging, and using our client-side tools safely.
⚖️ Legal Tech & Litigation
Free Alternatives to Adobe Acrobat for Lawyers
Adobe charges $240/yr. Here's the full free stack for Bates stamping, redaction and e-signatures.
Bates Stamp Without Adobe Acrobat
Free, browser-based Bates stamping. No $240/yr subscription required. Works on any device.
What is Bates Numbering?
Plain-English explainer for lawyers and paralegals new to discovery document production.
Redact PII From a PDF Without Adobe
Three free methods to permanently remove sensitive data from PDFs — no subscription required.
Secure Bates Numbering Guide
How to stamp discovery documents without uploading to the cloud. Client-side processing for law firms.
Bates on Chromebook & Linux
Stamp 500MB+ PDFs securely on any OS. No desktop software or file size limits.
🤖 AI Safety & Developer Hygiene
Is It Safe to Paste Logs into ChatGPT?
API keys, customer emails and database passwords hide in logs. What ChatGPT does with what you paste.
Secure Your Data When Using AI
The 3-step workflow to sanitize logs and code before sharing with any AI assistant.
How to Share Code With ChatGPT Safely
Strip API keys, credentials and proprietary logic from code snippets before sending them to any AI assistant.
🛡️ Security & Privacy
Is jwt.io Safe?
What actually happens to your token when you paste it into jwt.io — and a safer alternative.
Hidden Dangers of JWT Debuggers
Why pasting session tokens into online tools is a security risk — and how to inspect JWTs safely.
Decode JWTs Without Sending to a Server
Three ways to read JWT claims locally — browser console, CLI, or our free tool.
JWT Token Expired — How to Fix It
Getting a 401? Decode the exp claim, understand refresh tokens, and fix the root cause.
HIPAA Compliant Log Redaction
Remove PHI from application logs before sharing with support vendors or AI assistants.
Remove Secrets from Python Tracebacks
Step-by-step guide to sanitizing Python stack traces before posting to StackOverflow or ChatGPT.
GDPR-Compliant Logging Guide
What you can and can't log under GDPR — and how to structure logs so they're safe to share.
How to Verify Our Privacy Claims
Step-by-step DevTools audit. Prove zero data leaves your browser. Download the offline standalone version.
💻 Code Management
What SQL Queries Reveal About Your Schema
Why pasting SQL into online formatters exposes your table names, column names and security model.
Format SQL from Django ORM Output
Turn unreadable queryset SQL into clean, debuggable queries. Includes logging setup for Django, Rails, Hibernate.
Secure SQL Formatting Guide
Stop leaking your database schema. Format complex SQL locally for SOC2 and GDPR compliance.
What Happens When You Paste SQL Online
The network request you didn't notice — and why your table names are more sensitive than you think.
How to Read ORM-Generated SQL
Decode what Django, ActiveRecord and SQLAlchemy actually send to your database — and catch N+1 queries.
Want to see a guide on a specific topic?
Email us your suggestion