westman Posted January 28, 2017 Share 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? Link to comment Share on other sites More sharing options...
justsomeguy Posted January 30, 2017 Share 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. Link to comment Share on other sites More sharing options...
westman Posted January 31, 2017 Author Share 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? Link to comment Share on other sites More sharing options...
justsomeguy Posted January 31, 2017 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now