westman 10 Report post Posted January 28, 2017 I notice that some sites on the clear web but most on the dark web show their PGP public key. I have a pgp privet key that was auto generated along with my .onion url when I opened the tor browser. I also took a look at https://github.com/singpolyma/openpgp-php and my question is... How do I display a PGP public key on a website that relates to my site url using php? Quote Share this post Link to post Share on other sites
justsomeguy 1,094 Report post Posted January 30, 2017 When you generate a key pair it will create both a public and private key, the public key is the one that people use to encrypt messages that only the private key can decrypt. Quote Share this post Link to post Share on other sites
westman 10 Report post Posted January 31, 2017 I understand that. However, I am not talking about pgp for messages or email. I am talking about the pgp privet key you receive with your random .onion domain name when you open the Tor browser with the intent of hosting on the dark web. The pgp privet key and the .onion url are linked (meaning the privet key and url are bound together/created together). From my pgp privet key and my .onion url I am trying to find my pgp public key. How do I do that? Quote Share this post Link to post Share on other sites
justsomeguy 1,094 Report post Posted January 31, 2017 Well, I haven't used the specific software that you're using, so I can't tell you how to use it. I imagine that there is plenty of documentation out there for your particular use case though. Quote Share this post Link to post Share on other sites