Skip to content

AjayAntoIsDev/Encryptify

Repository files navigation

Encryptify

Encryptify is a minimalist, secure, and user-friendly Pastebin alternative with built-in encryption features.


Screenshot of Encryptify


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.

How It Works

  1. Type Your Message: Enter any text you want to share.
  2. Encrypt (Optional): Check the "Encrypt Paste" option to secure your message.
  3. 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.
  4. Share: Share the generated link with others.

Technology Stack

  • 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.

Installation

Frontend

  1. Clone the repository:
    git clone https://github.com/AjayAntoIsDev/Encryptify
    cd Encryptify
  2. Install dependencies:
    npm install
  3. Build the frontend:
    npm run build
  4. Serve the frontend:
    npm run start

Backend

  1. Clone the repository:
    git clone https://github.com/AjayAntoIsDev/Encryptify
    cd Encryptify/backend
  2. Install dependencies:
    npm install
  3. Start the server:
    node index.js

Screenshots

Paste Creation

View paste


Contributing

Contributions are welcome! Please open an issue first to discuss the feature or bug fix you'd like to work on.

Acknowledgments

Thanks to the open-source community for inspiration and libraries that made this project possible.


Connect

For questions, feedback, or suggestions, feel free to reach out!


About

A minimalist, secure, and user-friendly Pastebin alternative with built-in encryption features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published