____ ____ ____
| _ \ / ___| _ \
| |_) | | _| |_) |
| __/| |_| | __/
|_| \____|_|
root@deepweb:~# gpg –version
Definition: Protocol for encrypting, signing, and decrypting texts, e-mails, files, directories, and whole disk partitions and to increase the security of e-mail communications.
Why it’s Mandatory on the Deep Web: Only PGP ensures that the admin of the marketplace, the ISP, or the government cannot read your messages to a vendor.
Scenario: You want to send your address to a Vendor.
- Find Vendor’s Public Key on their profile.
- Import it into your keyring.
- Encrypt your address using their Public Key.
- Send the resulting block of garbled text.
- Only the Vendor (holder of the Private Key) can decrypt it.
# Generate a new keypair (Select RSA and 4096 bits)
gpg --full-generate-key
# Import someone's public key
gpg --import vendor_key.asc
# Encrypt a message for recipient "VendorName"
gpg --encrypt --armor --recipient VendorName message.txt
# Decrypt a message sent to you
gpg --decrypt encrypted_message.asc
root@deepweb:~# ./tips.sh
/* ————————————————————————– / / CONTRIBUTE / / ————————————————————————– */
root@deepweb:~# ./donate.sh –support-dev
“Information wants to be free, but servers cost money.”
System Message: Every contribution sustains the node. Ack received. //