# TamingShare TamingShare is a secure, zero-knowledge text sharing platform (similar to PrivateBin). It is designed to prioritize user privacy and security through client-side encryption and minimal data collection. ## Core Features - **Client-Side Encryption**: Uses AES-256-GCM (Web Crypto API) to encrypt data in the browser. - **Zero-Knowledge Architecture**: The decryption key is stored in the URL fragment (#) and is never sent to the server. - **Privacy Headers**: Implements strict security headers including `Referrer-Policy: no-referrer`. - **Burn After Reading**: Option to delete data immediately after it is viewed. - **No Personal Logging**: Does not store IP addresses; uses short-lived salted hashes for rate limiting.