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.
Text Encryptor
Strongly encrypts (AES-GCM-256) or decrypts text on the browser using the specified password as a key.
Hash Generator
Generates hash values such as MD5, SHA-1, SHA-256, SHA-512, etc. from input text in real time.
RSA Key Generator
Securely generate RSA key pairs (1024/2048/4096 bits) used for encryption and digital signatures on your browser.
File Hash Verifier
Calculate the hash value (SHA-256/SHA-1/MD5) of the uploaded file and verify whether it matches the published value.
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.
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).
Base32 Base58 Converter
Encodes and decodes strings in real time to Base32 or Base58 format used by Bitcoin.
URL Safe Base64
Converts regular Base64 strings and text to Base64 format that can be safely included in URL arguments (parameters).
Credit Card Validator
Verifies whether the credit card number is compatible with the Luhn algorithm and automatically determines compatible card brands.
Password Strength Analyzer
We measure the complexity and entropy of passwords and verify their resistance to cracking by offline and online attacks.
Web Crypto Lab
Visually experience the browser standard Web Crypto API and automatically generate encryption/signature JS code.
SSL Info Viewer
A detailed report on the current cryptographic connection method (TLS version, cipher suite, etc.) and communication protocol (HTTP/2/3).
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.
GPS Photo Detector
Automatically extracts GPS coordinates hidden in photos (JPEG), displays the shooting location on a map, and warns of privacy leaks.
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.
Tls Protocol Helper
We compare communication standards from SSL 2.0 to TLS 1.3 and determine vulnerability information and cipher suite strength.
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.
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.
Storage Inspector
You can list, search, add, edit, and delete the browser's LocalStorage, SessionStorage, and Cookie values.
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.
Secure Token Generator
Securely generate API keys, UUIDs, and private key tokens in bulk using a cryptographically secure random number generator (CSPRNG).
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.
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.
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.
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.
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.