News Feed
  • DrugHub has agreed to fully refund all users who lost money in the SuperMarket exit scam.  
  • Retro Market has gone offline. Circumstances of the closure unknown.  
  • SuperMarket has closed following an exit scam by one of the admins.  
  • The admin of Incognito Market, Pharoah, has been arrested by the FBI several months after exit scamming.  
  • Silk RoadTorhoo mini logo
  • darknet markets list
  • Popular P2P exchange LocalMonero has announced it is closing.  

🌊 Superwave - Private Store & Markets! | Limited Time Coupon Inside! 🎉 : Xanax | Torhoo darknet markets

SuperWave
/u/DrugHub P
1 points
4 months ago
Most linux distributions include gnupg, depending on distribution the command is "gpg" or "gpg2"
"gnupg manuals" on duckduckgo, it should be the first result.

Widely used commands:

gpg --full-generate-key
gpg --export --armor <key name or key fingerprint>
gpg --import
gpg --list-keys <partial key name or key fingerprint>
gpg --encrypt --armor -r <key name or key fingerprint> (can be your own key or an imported key, to set the trust level)
gpg --edit-key <key name or key fingerprint>, notable command is "trust" to set a key trust level or "expire" to edit key expiration date
gpg -u <your key fingerprint> --clearsign
gpg --verify

Identifying keys by fingerprint is more reliable than using names or emails.