Home page
Verifying Canary Message in Linux
curl https://empty.cash/pgp.asc | gpg --import
Troubleshooting: If you encounter errors, ensure Gnupg and Curl are installed: sudo apt install gnupg curl
curl https://empty.cash/canary.txt.asc | gpg --verify
Expected Output:
gpg: Signature made *same date as in the canary message* UTC gpg: using RSA key 4593045BBE64F430EAD4BC69845C66C4DFCC71AD gpg: Good signature from "emptycash3o5say7n3xjudey3rqfj3ocrles24bndc4ouofojdt77iid.onion (empty.cash)" [ultimate]
echo "This message will be encrypted and can only be read by the owner of empty.cash (change this text)" | gpg --armor --encrypt --recipient empty.cash