Password Hash Generator
Hash passwords using PBKDF2-SHA256 and verify hashes — client-side secure key derivation
Password Hash Generator
PBKDF2-SHA256 via WebCrypto API
Real bcrypt requires server-side libraries. This tool uses PBKDF2-SHA256 — a WebCrypto-native key derivation function with equivalent security properties. The output format is not bcrypt-compatible.
Weiter entdecken
Weitere Sicherheit, die Ihnen gefallen könnten…
Password Strength Checker
Check password strength and get suggestions to improve security
QR-Code-Generator
QR-Codes für URLs, Text und mehr erstellen
QR Code Reader
Read and decode QR codes from uploaded images
Barcode Generator
Generate barcodes in CODE128, EAN-13, and other formats
SSH-Schlüsselgenerator
Ed25519 oder ECDSA SSH-Schlüsselpaare mit der Web Crypto API erzeugen — läuft 100% im Browser
RSA-Schlüsselgenerator
RSA-Schlüsselpaare mit 2048 oder 4096 Bit im PEM-Format mit der Web Crypto API erzeugen — läuft 100% im Browser
Hash Compare
Compare two hash values to verify file integrity or passwords
TOTP / 2FA Generator
Zeitbasierte Einmalpasswörter (TOTP) aus einem geheimen Schlüssel generieren — kompatibel mit Google Authenticator