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.  

MarsMarket Data Retention Policy : MarsMarket | Torhoo darknet markets

At MarsMarket, we prioritize both your privacy and the security of your data. Below is an overview of how long different types of data are retained on our platform before they are permanently deleted.

Data Retention Periods:






























Data Type Retention Period
Tickets 20 Days
Conversations 20 Days
Order Messages 20 Days
Deposits 30 Days
Withdrawals 30 Days
Direct Payments 30 Days

/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.