Skip to main content
Utilnivo

Developer topic guide

Security tools

Hash, checksum, and regex utilities for developers — free browser-based security helpers.

3 free tools in this guide — pick one below to get started.

Tools in this guide(3)

Open a tool to calculate, convert, or edit — no signup required.

Overview

Security tools generate digests and test patterns without installing CLI utilities. Hash Generator supports common algorithms for integrity checks. File Checksum validates downloads. Regex Tester experiments with JavaScript-flavored patterns.

Hashes verify integrity, not authenticity — pair with signed releases from trusted sources. Regex Tester uses JS semantics; PCRE differences may matter in other runtimes.

Do not hash passwords for storage without proper salt and dedicated password hashing algorithms in your application code.

How to choose

  • String digest → Hash Generator.
  • File integrity → File Checksum.
  • Pattern experiments → Regex Tester.

Frequently asked questions

Which hash for file integrity?

SHA-256 is a common choice. Match the algorithm your download page documents.

Are files uploaded for checksum?

File Checksum reads locally in the browser.

Does regex match server languages?

Patterns use JavaScript RegExp rules unless noted otherwise.

Step-by-step workflows (10)

Multi-step guides that chain tools from this topic—follow numbered steps instead of guessing tool order.

View all workflows