Client-side encrypted pastebin where the server literally cannot read your content. Uses AES-256-GCM encryption in your browser, with keys in URL fragments that never reach the server. Open source, self-hostable, and supports burn-after-read + expiration.
Built CloakBin because existing pastebins store your data in plaintext - even "private" pastes can be read by server operators. Wanted true zero-knowledge architecture where encryption happens in your browser before anything is sent. The encryption key stays in the URL fragment (the #part) which never reaches the server by HTTP spec. Even if someone hacks the database, they only get useless encrypted blobs.
Report
No reviews yetBe the first to leave a review for CloakBin