Initializing, please wait a moment

All Guides - Browser Tool Library

Hands-on, no-fluff guides for the people landing on freetoolonline.com tools. Every guide pairs the problem to the right tool, walks the steps, and explains the trade-offs - so you finish in two minutes instead of two browser tabs. Each linked tool runs entirely in your browser; nothing uploads to a server.

ZIP & file compression

HEIC & image conversion

Device tests & remote-work prep

Developer reference

  • MD5 vs SHA-256 - When to Hash Which

    Hash-function decision: where MD5 is still safe (file integrity), where it isn't (passwords, signatures), and how to pick the right algorithm.

  • CSV vs JSON Data Formats

    Format comparison for data interchange: when CSV is enough, when JSON wins, and the gotchas at the boundary (nested fields, dates, types).

  • CSS Minifier vs Compressor

    What "compressing CSS" actually does, why minification is the bigger lever, and the order to apply both for a Cloud Run cold-start budget.

  • How to Minify CSS & JS for Cloud Run Cold Start

    Build-pipeline walkthrough: when to bundle, when to ship per-route, and the specific minifier flags that move TTFB on a cold container.

  • Unix Timestamps Explained

    What they are, why they're in seconds (or milliseconds, or microseconds), and the conversion edge cases - timezones, leap seconds, overflow.

PDF

  • PDF Editing Ladder

    The order to try PDF tools, from cheapest (split, merge, flatten) to heaviest (re-OCR, rebuild). Saves time on document workflows.

  • PDF Password Types - Owner vs User

    The two PDF passwords explained: which restricts opening, which restricts editing, and which combinations make sense for which use cases.

  • How to Sign a PDF After Removing a Password

    The two-step path: strip the user password, then sign. Covers the common "I cannot sign because the file is locked" workflow.

Video, GIFs & FFmpeg

Behind the scenes

Privacy: why every guide ends in the same place

Every tool linked from these guides runs in your browser on your own device. The bytes - photo, document, archive, hash - never get uploaded to a server. That choice was deliberate. Most "free online" alternatives upload your file, do the work in their cloud, and email you a download link. That is fine for cat photos. It is not fine for HR forms, contracts, medical records, source code, or anything subject to privacy regulation. The full posture is in the case study above.

← Back to the homepage

Why trust these tools

  • Ten-plus years of web tooling. The freetoolonline editorial team has shipped browser-based utilities since 2015. The goal has never changed: get you to a working output fast, without an install.
  • Truly in-browser - no upload. Every file-processing tool on this site runs in your browser through modern Web APIs (File, FileReader, Canvas, Web Audio, WebGL, Web Workers). Your photo, PDF, audio, or text never leaves your device.
  • No tracking during tool use. Analytics ends at the page view. The actual input you paste, drop, or capture is never sent to any server and never written to any log.
  • Open-source core components. The processing engines underneath (libheif, libde265, pdf-lib, terser, clean-css, ffmpeg.wasm, and others) are public and audit-able. We link to each one in its tool page's footer.
  • Free, with or without ads. All tools are fully functional without sign-up. The Disable Ads button in the header is always available if you need a distraction-free run.

Related tools:

Tags: #guide