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.
Sigue explorando
Otras herramientas de Seguridad que te pueden gustar…
Password Strength Checker
Check password strength and get suggestions to improve security
Generador QR
Crea códigos QR para URLs, texto y más
QR Code Reader
Read and decode QR codes from uploaded images
Barcode Generator
Generate barcodes in CODE128, EAN-13, and other formats
Generador de claves SSH
Genera pares de claves SSH Ed25519 o ECDSA con la Web Crypto API — funciona 100% en tu navegador
Generador de claves RSA
Genera pares de claves RSA de 2048 o 4096 bits en formato PEM con la Web Crypto API — funciona 100% en tu navegador
Hash Compare
Compare two hash values to verify file integrity or passwords
Generador TOTP / 2FA
Genera contraseñas de un solo uso basadas en tiempo (TOTP) desde una clave secreta — compatible con Google Authenticator