Crypto & Privacy Tools
A curated index of open-source cryptographic tools, Monero ecosystem repositories, PGP utilities and OPSEC frameworks used in the study of anonymous network markets.
Payment privacy
Monero (XMR) Ecosystem
Monero is the de-facto privacy coin in anonymous markets due to its mandatory privacy features — ring signatures, stealth addresses and RingCT by default.
Monero core implementation in C++. The canonical reference for ring signature construction, stealth addressing and the RandomX PoW algorithm.
Python library for interacting with Monero wallets and the blockchain. Useful for researchers building transaction analysis tools.
Official Qt-based GUI wallet. Source code audited by the community — useful for studying wallet architecture and key management patterns.
Identity verification
PGP & Encryption Tools
PGP is the primary trust mechanism in anonymous markets. Vendors sign listings; market admins sign mirror addresses.
Network layer
Tor & Network Anonymity
The Tor network provides the transport layer for hidden services. Understanding its architecture is essential for studying how .onion markets achieve unlinkability.
The Tor daemon itself — core implementation of the onion routing protocol and v3 hidden service specification.
Python controller library for the Tor daemon. Useful for researchers building tools that interact with the Tor control protocol.
Privacy-enhancing HTTP proxy chained with Tor. Strips identifying headers and enforces connection filtering before traffic enters the Tor circuit.
External resources
Research Videos & Articles
Curated external resources on Monero, Tor and operational security — verified educational content from established sources.
Video Guides
A technical deep-dive into how Monero achieves transaction privacy through ring signatures, stealth addresses and RingCT — explained clearly for a technical audience.
Visual explanation of how Tor's onion routing protocol works, including circuit construction, guard nodes and the hidden service (.onion) addressing scheme.
Step-by-step walkthrough of PGP key generation, signing messages and verifying signatures using GnuPG. Essential knowledge for anyone using darknet markets safely.
Research Articles
Official Monero documentation on Ring Confidential Transactions — the cryptographic mechanism that hides transaction amounts on the Monero blockchain.
The Tor Project's official documentation on how hidden services work — rendezvous points, introduction points and the six-hop circuit used to establish anonymous connections.
The Electronic Frontier Foundation's comprehensive guide to secure communication, covering PGP, Tor, encrypted messaging and operational security best practices.