25 tools available

Security & Cryptography

Browser-native utility tools that execute 100% locally on your computer. No user accounts, registration, or server-side communication.

Password Generator & Entropy Meter

Generate strong, cryptographically secure passwords with custom criteria and entropy strength assessment locally.

Web Crypto API
Launch Tool

Text Encryptor

Strongly encrypts (AES-GCM-256) or decrypts text on the browser using the specified password as a key.

ReactWeb Crypto API
Launch Tool

Hash Generator

Generates hash values ​​such as MD5, SHA-1, SHA-256, SHA-512, etc. from input text in real time.

ReactWeb Crypto API
Launch Tool

RSA Key Generator

Securely generate RSA key pairs (1024/2048/4096 bits) used for encryption and digital signatures on your browser.

ReactWeb Crypto API
Launch Tool

File Hash Verifier

Calculate the hash value (SHA-256/SHA-1/MD5) of the uploaded file and verify whether it matches the published value.

ReactFileReader API
Launch Tool

Image Steganography

Secret text is embedded and extracted in the pixel data of an image (PNG) as extremely small noise that cannot be discerned by the human eye.

ReactCanvas API
Launch Tool

TOTP Generator

Generates and displays an OTP code for two-factor authentication that is updated every 30 seconds from a Google Authenticator-compatible secret key (Base32).

ReactHMAC-SHA1
Launch Tool

Base32 Base58 Converter

Encodes and decodes strings in real time to Base32 or Base58 format used by Bitcoin.

ReactCodec Logic
Launch Tool

URL Safe Base64

Converts regular Base64 strings and text to Base64 format that can be safely included in URL arguments (parameters).

ReactBase64 Utility
Launch Tool

Credit Card Validator

Verifies whether the credit card number is compatible with the Luhn algorithm and automatically determines compatible card brands.

ReactLuhn Algorithm
Launch Tool

Password Strength Analyzer

We measure the complexity and entropy of passwords and verify their resistance to cracking by offline and online attacks.

ReactEntropy Math
Launch Tool

Web Crypto Lab

Visually experience the browser standard Web Crypto API and automatically generate encryption/signature JS code.

ReactWeb Crypto API
Launch Tool

SSL Info Viewer

A detailed report on the current cryptographic connection method (TLS version, cipher suite, etc.) and communication protocol (HTTP/2/3).

ReactCloudflare Trace API
Launch Tool

DNS Lookup

Uses a DoH (DNS over HTTPS) server to resolve and display the DNS records (A, AAAA, MX, CNAME, TXT, NS, CAA) of the specified host.

ReactDoH APIs
Launch Tool

GPS Photo Detector

Automatically extracts GPS coordinates hidden in photos (JPEG), displays the shooting location on a map, and warns of privacy leaks.

Reactpiexifjs
Launch Tool

URL Threat Analyzer

It disassembles and analyzes the components of suspicious shortened URLs and phishing URLs, and determines potential threat scores and external safety diagnostic information.

ReactPunycode logic
Launch Tool

Tls Protocol Helper

We compare communication standards from SSL 2.0 to TLS 1.3 and determine vulnerability information and cipher suite strength.

ReactSecurity references
Launch Tool

X509 Decoder

Loads the SSL/TLS digital certificate (PEM/Base64 format) locally and decodes and analyzes the CN, organization, expiration date, serial, and hash value.

Reactnode-forge
Launch Tool

Port Scanner Local

You can easily determine from within your browser whether a specific port is communicating and responding to the IP address on your PC (localhost) or local network.

ReactFetch API latency check
Launch Tool

Storage Inspector

You can list, search, add, edit, and delete the browser's LocalStorage, SessionStorage, and Cookie values.

ReactStorage API
Launch Tool

IP Geolocator

Performs a reverse lookup of the location information (country, region, city, time zone, ISP) of the input IP address (IPv4/IPv6) and maps it on a map.

ReactIP Geolocation API
Launch Tool

Secure Token Generator

Securely generate API keys, UUIDs, and private key tokens in bulk using a cryptographically secure random number generator (CSPRNG).

ReactWeb Crypto API
Launch Tool

File Encryptor Decryptor

You can encrypt any local file using the AES-256 standard (.enc format) or decrypt it to its original file name just within your browser.

ReactWeb Crypto API
Launch Tool

Email Header Analyzer

Visualizes the delivery route (Received) of raw email sources and the status of sending security authentication (SPF/DKIM/DMARC) in an easy-to-understand manner.

ReactSMTP parser
Launch Tool

Sandbox Tester

This is a simulator that allows you to switch the sandbox attribute (allow-scripts, etc.) of an iframe and verify browser security access restrictions.

ReactHTML5 iframe sandbox
Launch Tool

Secure Client-Side Sandbox

All tools displayed in this category run locally in your browser sandbox. None of the inputs, file data, or processing logs are sent to any remote servers or APIs.

Category Architecture & Guide

Security & Cryptography Utilities: Comprehensive Guide

Hardware-backed cryptographic generation, hashing, and AES encryption

When dealing with cryptography and security tokens, the trust model of your tool matters. Web tools that generate passwords or encrypt files on a remote server introduce man-in-the-middle vulnerabilities and operator trust risks. ZeroTools interfaces directly with the W3C Web Cryptography API (SubtleCrypto) and OS hardware entropy sources for mathematically sound, private cryptographic operations.

Strict Standards Compliance

Built on NIST-approved standards and standard W3C Web Cryptography specifications.

Physical Eavesdropping Immunity

Zero network transmission eliminates interception risks across public Wi-Fi or corporate proxies.

Zero-Knowledge Ephemeral Memory

Sensitive keys and plaintexts are cleared from volatile memory immediately when the browser tab closes.

1Web Crypto API (SubtleCrypto) & Hardware Entropy

Our password and token generators utilize `crypto.getRandomValues()` to draw unpredictable entropy from your operating system's hardware RNG. File encryption and checksum algorithms (AES-GCM, SHA-256, SHA-512) execute at native hardware speed with zero server involvement.

2TOTP Two-Factor Authentication, RSA Keys & Client-Side Encryption

Verify TOTP secret keys, generate 2048/4096-bit RSA key pairs, and encrypt confidential files into password-protected AES containers entirely inside your browser sandbox.

Frequently Asked Questions

Q.Are generated passwords logged or sent to any server?
Never. Passwords and entropy keys are generated locally within your browser and are never transmitted over the network.
Q.Can files encrypted with ZeroTools be decrypted on other platforms?
Yes. Because we use standard AES-GCM encryption, files can be decrypted using standard cryptographic libraries or our tool with the correct passphrase.