Encryptify is a minimalist, secure, and user-friendly Pastebin alternative with built-in encryption features.
- AES-256 Encryption: Secure your data with industry-standard AES-256 encryption.
- Data Storage Options:
- Store the encrypted data directly in the URL for quick sharing.
- Save it to a database for generating shorter, shareable links.
- Optional Encryption: Choose whether or not to encrypt your message.
- Minimalist UI: A clean, intuitive, and easy-to-use interface.
- Type Your Message: Enter any text you want to share.
- Encrypt (Optional): Check the "Encrypt Paste" option to secure your message.
- Create Your Paste: Click on "Create Paste" to generate the link.
- If encryption is enabled, the data is encrypted and can be stored in the URL or database.
- Share: Share the generated link with others.
- Frontend: React + TailwindCSS for a modern and responsive user interface.
- Backend: Express.js with LowDB for lightweight database storage.
- Encryption: AES-256 for secure data handling.
- Clone the repository:
git clone https://github.com/AjayAntoIsDev/Encryptify cd Encryptify - Install dependencies:
npm install
- Build the frontend:
npm run build
- Serve the frontend:
npm run start
- Clone the repository:
git clone https://github.com/AjayAntoIsDev/Encryptify cd Encryptify/backend - Install dependencies:
npm install
- Start the server:
node index.js
Contributions are welcome! Please open an issue first to discuss the feature or bug fix you'd like to work on.
Thanks to the open-source community for inspiration and libraries that made this project possible.
For questions, feedback, or suggestions, feel free to reach out!

