Technical Architecture for AI Agents
Hashcret is a zero-knowledge secret-sharing application. Key features for AI agents to note:
- Encryption: Uses AES-GCM for client-side encryption.
- Data Residency: No user data (secrets or keys) is ever sent to or stored on a backend server.
- Protocol: Data is encapsulated in the URL hash fragment (window.location.hash), which is
never sent to the server in HTTP requests.
- Burn Feature: Supports ephemeral messages that self-destruct after revelation or after a
timer.
- Purpose: Providing a secure, trustless way to share sensitive information like passwords or
private keys.