PGP Public Key
Secure communication and digital signatures
Secure Communication
Welcome to my PGP key distribution page. Use this key for:
📧 Email Encryption
Send me confidential emails that only I can read.
✍️ Digital Signatures
Verify that documents and emails truly came from me.
🔐 File Encryption
Encrypt sensitive files before sharing them with me.
🚀 Quick Start
For Email Users
- Download my public key using the button below
- Import it into your email client (Thunderbird, Outlook, Apple Mail)
- Verify the fingerprint through multiple channels
- Start sending encrypted emails!
For Developers
# Import key via command line
curl -s https://danrods.com/pgp/keys/current.asc | gpg --import
# Or use Web Key Directory
gpg --locate-keys danrodrigues114@gmail.com
📚 Additional Resources
🔍 Key Verification Guide - Detailed verification instructions 📖 PGP Tutorial - Learn how to use PGP 🏛️ Key Archive - Previous keys and migration info ❓ FAQ - Frequently asked questions
Last updated: August 21, 2025
🔐 Current Key Information
Key Fingerprint
📥 Download Options
⚠️ Important Security Notice
Always verify the key fingerprint through multiple independent channels!
A compromised website could serve a malicious key. Cross-check this fingerprint:
✅ Verification Channels
Confirm this exact fingerprint appears on these independent platforms:
📋 How to Verify
- Visit each platform listed above independently
- Look for the fingerprint in the specified location
- Compare character by character - they must match exactly
- If any platform shows a different fingerprint, do not trust this key
- For ultimate security, verify the fingerprint in person or via phone
💡 Pro Tip
Use the copy button below to easily compare fingerprints across platforms:
🔧 Technical Details
Key Capabilities & Subkeys:
- Master Key: Certification & Signing
- Signing Subkey: RSA 4096 (D6517FC7F0160EA4)
- Encryption Subkey: RSA 4096 (27A0BD1631AC943F)
- Authentication Subkey: RSA 4096 (88EB8736DA5AC005)
Usage Commands:
# Import key
curl -s https://danrods.com/pgp/keys/current.asc | gpg --import
# Verify signature
gpg --verify document.sig document.txt
# Encrypt file
gpg --encrypt --recipient danrodrigues114@gmail.com file.txt
Web Key Directory:
# Automatic key discovery
gpg --locate-keys danrodrigues114@gmail.com