View Project
TextBin: Secure Text Sharing Platform with End-to-End Encryption
TextBin is an open-source alternative to PasteBin, offering a secure platform for sharing text snippets and code fragments. Built with a Go backend and a Next.js frontend, it prioritizes security and user privacy through end-to-end encryption.
Gitub Repos:
Frontend ---> https://github.com/The-Enthusiast-404/text-bin-frontend
Backend --> https://github.com/The-Enthusiast-404/text-bin-backend
All text snippets are encrypted on the client-side before transmission, ensuring data remains confidential throughout its lifecycle.
Supports multiple programming languages for improved code readability.
Implements a secure, cookie-based token authentication system.
Users can create public snippets or private ones visible only to themselves.
Customizable expiration settings for automatic deletion of snippets.
Authenticated users can interact with snippets through likes and comments.
Customizable dark and light themes for user comfort.
TextBin combines client-side AES encryption, secure token-based authentication, and HTTPS transmission with a user-friendly interface, making it an ideal choice for individuals and organizations that prioritize data privacy in their text and code sharing needs.