Access & Security Protocol

A technical walkthrough for establishing a secure connection to the DrugHub ecosystem. This documentation covers network configuration, PGP encryption implementation, and the XMR transaction framework.

Security Notice

Failure to follow proper OpSec protocols may result in compromise. Always verify PGP signatures before entering credentials.

01_ENVIRONMENT_SETUP

Tor Network Configuration

The foundational layer of secure access is the Tor Browser. Ensure you are using the latest stable release from the official project source.

  • Download from torproject.org
  • Set Security Level to "Safer"
  • Disable JavaScript (Recommended)
  • Never use full screen mode

02_LINK_VERIFICATION

Authenticating the Gateway

Phishing is the primary threat vector. Users must verify that the .onion address matches the signed PGP message from the market administrators.

Verified V3 Onion Address:

vmmrsxkevd5j2krt6qo3nw5saj555bbte3hc27lrjkadljxu43sfkcqd.onion

Tip: Bookmark verified mirrors only after PGP verification. Never trust links from unverified forums or wikis.

03_IDENTITY_MANAGEMENT

Account Creation & Mnemonics

DrugHub operates on a passwordless or mnemonic-based recovery system. Upon registration, you will be issued a mnemonic seed phrase.

The Mnemonic

This phrase is your ONLY way to recover an account or reset a password. Store it offline (paper wallet). Admins cannot help you if you lose it.

2FA Setup

Immediately upload your PGP public key and enable 2-Factor Authentication. This prevents account takeover even if your password is compromised.

04_PGP_ENCRYPTION

Communication Protocol

All sensitive data (shipping info, communication) must be encrypted using PGP (Pretty Good Privacy) before being submitted to the server.

  1. Generate a 4096-bit RSA Key Pair using Gpg4win or GPG Suite.
  2. Import the Market's Public Key from the Links page.
  3. Encrypt your message with the recipient's public key.
  4. Paste the ASCII armored block into the message field.

05_FINANCIAL_PROTOCOL

Monero (XMR) Architecture

DrugHub enforces Monero (XMR) for all transactions due to its ring signature privacy features. Bitcoin is not supported for direct operations to ensure user anonymity.

Confirmation Times

Deposits require 10 confirmations on the blockchain (~20 minutes). Do not panic if funds do not appear instantly. The wallet system scans the blockchain continuously.

06_MARKET_OPERATIONS

Safe Transaction Standard

Understanding the escrow system is vital for financial safety.

  • Escrow: Funds are held by the market until the order is received and finalized by the user.
  • Finalize Early (FE): Only suggested for highly trusted vendors. FE releases funds immediately, removing buyer protection.
  • Disputes: If an issue arises, do not finalize. Open a dispute to involve a moderator.

Still having trouble connecting?

Consult the FAQ