General

I am curious about how people find the content or services they want on the dark web.

Started by dddbigking · Aug 22, 2025

#4777
I’ve been reading about the dark web and its underlying technology like Tor and I2P, and I’m curious about how people actually navigate it to find what they are looking for.

Unlike the surface web, there isn’t a centralized search engine that indexes everything. Instead, I’ve heard about things like:

Hidden Wiki or directory-style listings – Are these still commonly used?

Community-based forums and BBS boards – How do users ensure these places are trustworthy?

PGP verification and reputation systems – How do these work to build trust?

I’m mostly interested in the technical and community aspects of how information discovery works in such an anonymous environment—not illegal activities.

If anyone has insights into how discovery tools, indexing, or reputation systems are designed, I’d love to hear more about it.
#4778
↳ Replying to @dddbigking
"Hidden Wiki or directory-style listings – Are these still commonly used?" yes but it's 99% scam sites so we don't recommend them

"Community-based forums and BBS boards – How do users ensure these places are trustworthy?" I'm going to reverse your question - why do you find tforum trustworthy?

"PGP verification and reputation systems – How do these work to build trust?" I'm not sure what these are, could you be more detailed?

https://hiddenonion.net and /d/darksearch are my two most "trusted" recommendations.
#4779
↳ Replying to @dddbigking
Some of these topics deserve a wiki page... If i ever get to it.

> PGP verification and reputation systems – How do these work to build trust?

You can use PGP to link your accounts/projects and basically verify your identity. PGP itself does not make a site "trustworthy", the developers can still scam you even if they have their PGP set up correctly. The trust comes with the identity behind the key. You can look into trust chains as well, a manual method to build up trust integrity on keys, but this is not very common practice around here.
#4781
↳ Replying to @drisdane
PGP is like an ID card — it shows you’re the same person every time, but it doesn’t stop you from being a terrible person. 😂 Trust comes from what you do with that ID, not the fact that you have it.
#4782
↳ Replying to @dddbigking
if i was looking for a connect or coprate discount codes where would i post or look for it at?
#4783
↳ Replying to @dddbigking
check darkpedia, it is a relatively good starting point. but don't count on it.

clearnet version:

https[]//darkipedia[]net
#4784
↳ Replying to @dddbigking
I recommend learning how private key cryptography works as a whole for the PGP question. Along with this, maybe learning PKI will help solidify also. This will teach you how the key pair works and how signing a message provides non-repudiation and what that means. Practice these concepts by putting yourself through the "Bob encrypts a message for Sally with his _____ key. What key does Sally use to read the message? What key does Bob use to prove he is the true sender?" Hope this helps you as it did for me when I was learning.