Integrar Hashcret

Añade seguridad Zero-Knowledge a tu sistema en minutos.

1. SDK de JavaScript (Recomendado)

La forma más segura de integrar Hashcret. El cifrado ocurre en el navegador del usuario, garantizando privacidad total.

import { createHashcret } from './hashcret-sdk';

const url = await createHashcret("Mi secreto", {
  password: "PIN_OPCIONAL",
  burn: true
});

console.log(url); // https://www.hashcret.com/#...

2. Documentación para IAs (Cursor / Antigravity)

Si usas un editor con IA, copia este link y pídele que lo lea para que implemente Hashcret por ti:

https://www.hashcret.com/hashcret-integration.md
← Volver al inicio