19 Free Tools ยท 100% Browser-Based

Security Tools

Free, privacy-first tools for your digital security. Everything runs in your browser โ€” no accounts, no tracking, nothing sent to any server.

No accounts required Nothing stored No server calls Works offline Free forever
๐Ÿ”

2FA Code Generator

Our flagship tool โ€” paste your TOTP secret key or scan an otpauth:// URL and get a live 6-digit code instantly. No app needed, no account required.

Open Generator โ†’
Generator Tools
Security & Privacy
Developer & Power User
๐Ÿ”ข
Base32 Encoder / Decoder
Encode text to Base32 or decode Base32 strings back to text. Also includes a TOTP code verifier โ€” check if any 6-digit code is valid for a secret key.
RFC 4648 TOTP Verifier
Open โ†’
🔑
JWT Decoder
Decode any JSON Web Token: inspect header, payload claims, algorithm, issuer, and expiry. Colour-coded with automatic expiry checking.
Developer Claims Inspector Expiry Check
Open →
๐Ÿ”‘
TOTP Secret Key Generator
Generate a cryptographically secure base32 secret key for 2FA setup. Compatible with all authenticator apps. Runs 100% in your browser.
2FA Setup RFC 6238 Base32
Open โ†’
๐Ÿ“ฑ
OTPAuth URI Builder
Build otpauth:// URIs and scannable QR codes for authenticator app setup. Enter your secret, issuer and account โ€” QR generated instantly.
Developer QR Code 2FA Setup
Open โ†’
โฑ๏ธ
Unix Timestamp Converter
Convert epoch timestamps to human-readable dates and back. Live current Unix time with TOTP window display. Essential for debugging JWTs and TOTP.
Epoch Time TOTP Debug JWT
Open โ†’
๐Ÿ”
HMAC Generator
Generate and verify HMAC signatures using SHA-256, SHA-512, SHA-384, or SHA-1. Uses the native Web Crypto API. Includes verify mode for webhook debugging.
HMAC-SHA256 Webhooks API Auth
Open โ†’
๐Ÿ”’
Bcrypt Hash Generator
Hash and verify passwords with bcrypt. Choose your cost factor (8โ€“12). Includes a verify mode to check password-hash pairs. 100% client-side.
Password Hashing Cost Factor Verify
Open โ†’
๐Ÿ’ฌ
Passphrase Generator
Generate strong, memorable passphrases from random words. Diceware-style with entropy calculator. Often more secure than random character passwords.
Diceware EFF Wordlist Entropy
Open โ†’
Comparison Guides

Free Security Tools โ€” FAQ

Are these tools really free?

Yes โ€” every tool on 2faco is completely free to use, with no accounts, no sign-ups, and no limits. The site is supported by advertising and affiliate links, which never affect the functionality of the tools.

Is my data sent to a server?

No. Every tool runs entirely in your browser using client-side JavaScript. Data you enter โ€” passwords, TOTP secrets, tokens, IP addresses โ€” is processed locally on your device and is never transmitted to any server.

Which tool should I start with?

If you want to secure your accounts, start with the 2FA Code Generator to manage your TOTP secrets, then use the Password Generator to create strong unique passwords and the Password Strength Checker to audit existing ones.

Do the tools work offline?

Most tools work fully offline once the page has loaded, because all logic runs in your browser. Tools that need network data, such as IP lookup, naturally require an internet connection to fetch results.

Why should I use a browser-based tool instead of an app?

Browser-based tools work on any device without installing anything, and because nothing is stored, there is no account database to be breached. For everyday security tasks they are often the most private and convenient option.