Cryptography
Generador PBKDF2
Generar hash de derivación de clave PBKDF2
text· Resultado de texto
Inicio rápido
Llama a esta herramienta desde tu código en tres lenguajes.
cURL
curl -X POST 'https://api.elysiatools.com/es/api/tools/pbkdf2-generator' \
-H 'Content-Type: application/json' \
-d '{"password":"Enter password to derive key from...","salt":"Enter salt in hex format (leave empty to generate random)","algorithm":"sha256","iterations":100000,"keyLength":32}'