DWPaste

From DarkWorld Network
Revision as of 18:56, 12 October 2025 by Fizi (talk | contribs)
Jump to navigation Jump to search

This page is part of the DWShells Documentation on the DarkWorld Network Wiki.

Template:DWPaste

๐Ÿงพ DWPaste โ€” Simple & Secure Paste Service

The **DarkWorld Paste Service (DWPaste)** provides a quick, secure, and privacy-focused way to share text, logs, and code snippets online. Powered by **PrivateBin**, DWPaste ensures that all data is end-to-end encrypted โ€” meaning the server has *zero knowledge* of what users share.

Itโ€™s ideal for developers, IRC users, and system administrators who need a reliable way to share snippets without sacrificing privacy.

๐ŸŒ Access

Visit: DWPaste

๐Ÿ”’ Technology Behind DWPaste

DWPaste is powered by **PrivateBin**, an open-source, zero-knowledge pastebin. PrivateBin is a refactored and enhanced fork of the original **ZeroBin** project by Sรฉbastien Sauvage.

Current version: 2.0.1

All encryption and decryption happen **entirely in your browser** using **256-bit AES (Galois Counter Mode)**. This ensures that even the DWPaste server cannot read or recover your data โ€” full client-side confidentiality.

โš™๏ธ Key Features

  • ๐Ÿง  **Zero-Knowledge Encryption** โ€“ Data is encrypted/decrypted in your browser only.
  • ๐Ÿ•’ **Expiring Pastes** โ€“ Set paste lifetime (e.g., 10 mins, 1 hour, 1 day, 1 week).
  • ๐Ÿ” **Optional Passwords** โ€“ Protect your paste with an additional password.
  • ๐Ÿ’ฌ **Comment Support** โ€“ Optionally allow comments on shared pastes.
  • ๐Ÿ—‘๏ธ **Burn After Reading** โ€“ Create one-time pastes that delete after being viewed.
  • ๐ŸŒˆ **Syntax Highlighting** โ€“ Ideal for sharing programming code or IRC logs.
  • ๐Ÿšซ **No User Tracking** โ€“ No cookies, ads, analytics, or server-side logs.

๐Ÿงฐ Use Cases

  • Sharing IRC logs privately between users or staff.
  • Posting configuration files or error logs for troubleshooting.
  • Sharing snippets of source code securely.
  • Temporary message sharing without leaving traces.

๐Ÿง  How It Works

1. You write or paste your text/code in the DWPaste editor. 2. Before upload, itโ€™s encrypted locally in your browser. 3. The server stores only the encrypted data. 4. The paste URL includes a decryption key as a hash fragment (after the `#`),

  which never gets sent to the server.  

5. When someone opens your paste link, their browser decrypts it locally.

This design guarantees **plausible deniability** for server operators โ€” they cannot access or verify paste contents.

๐Ÿงฉ Technical Overview

  • Software: **PrivateBin 2.0.1**
  • Encryption: **AES-256 GCM** (Client-side)
  • Backend: **PHP 8 / Nginx / MariaDB**
  • License: **AGPLv3 (Open Source)**
  • Maintained by: **DarkWorld SysOps Team**

๐Ÿ›ก๏ธ Security Notice

Since encryption happens client-side, losing the paste URL or password means the data **cannot be recovered**. For maximum privacy, avoid sharing sensitive credentials or personal data through untrusted links.

Part of the DarkWorld Network Wiki Project Maintained by the DarkWorld Wiki Team

DarkWorld Network โ€” Building an Open, Secure, and Collaborative Internet Since 2021

๐ŸŒ Connect with Us: | | | | | |

Quick Links: ๐Ÿ  Home โ€ข ๐Ÿ’ฌ DWIRC โ€ข ๐Ÿ”— DWBouncers โ€ข ๐Ÿ’ป DWShells โ€ข ๐Ÿ“˜ Tutorials โ€ข ๐Ÿ“ˆ Stats โ€ข ๐ŸŽฎ Games โ€ข ๐Ÿงญ Hosting

๐Ÿ’ก Want to contribute? See How to Contribute and help build the DarkWorld knowledge base!

๐Ÿ“… Last Updated: 2025-10-12 โ€ข Content licensed under CC-BY-SA 4.0 unless otherwise noted.