Skip to content
🔧

Generador de Claves scrypt

Codificación y Cifrado · Herramienta online gratuita

Generar claves derivadas scrypt con parámetros N/r/p ajustables.

Equipo CoderNewbie
Note: Web Crypto does not natively support scrypt. This tool uses a pure-JavaScript implementation, so large N values are slow and memory-heavy. Estimated memory: 1.0 MB.
0 caracteres
Configure parameters and click "Derive Key" to generate a scrypt key...

RFC 7914

Implementa scrypt con PBKDF2-HMAC-SHA256, núcleo Salsa20/8 y bucle ROMix resistente a memoria.

Resistente a memoria

Los parámetros ajustables N, r, p controlan el coste de CPU y memoria para resistir ataques GPU/ASIC.

JS puro

Se ejecuta completamente en el navegador — sin dependencias nativas, pero mantén N moderado para buena respuesta.

Cómo usar Generador de Claves scrypt

  1. 1Enter or paste your data into the input field.
  2. 2Select the desired encoding, hashing, or encryption options.
  3. 3Click the action button to process your data.
  4. 4Copy the result from the output field.

Características

  • 100% gratis — sin registro, sin suscripción, sin anuncios
  • Funciona íntegramente en tu navegador — los datos nunca salen de tu dispositivo
  • Rápida y ligera — resultados instantáneos
  • Multiplataforma — funciona en escritorio, tableta y móvil

Preguntas frecuentes

Is my data safe?

Yes. All encoding, hashing, and encryption operations run entirely in your browser. Your data is never sent to any server.

Can I use this for passwords?

We recommend using the Password Generator for creating secure passwords, and Bcrypt Hash for storing password hashes. Never store plain-text passwords.

What hash algorithms are supported?

The Hash Generator supports MD5, SHA-1, SHA-256, and SHA-512. For HMAC signatures, use the HMAC Generator.

Herramientas relacionadas