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

  1. Download my public key using the button below
  2. Import it into your email client (Thunderbird, Outlook, Apple Mail)
  3. Verify the fingerprint through multiple channels
  4. 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

danrodrigues114@gmail.com
C2CA8AF969CED75C
RSA 4096
2021-05-07
TBD

Key Fingerprint

4581 5E75 FD2C 35B5 A446 A72D C2CA 8AF9 69CE D75C

⚠️ Important Security Notice

Always verify the key fingerprint through multiple independent channels!

A compromised website could serve a malicious key. Cross-check this fingerprint:

4581 5E75 FD2C 35B5 A446 A72D C2CA 8AF9 69CE D75C

✅ Verification Channels

Confirm this exact fingerprint appears on these independent platforms:

🐙

GitHub

Profile README
Checking...
🐦

Twitter

Pinned Tweet
Manual check required
💼

LinkedIn

About Section
Manual check required
🔐

Keybase

Cryptographic Proof
Cryptographically verified
📋 How to Verify
  1. Visit each platform listed above independently
  2. Look for the fingerprint in the specified location
  3. Compare character by character - they must match exactly
  4. If any platform shows a different fingerprint, do not trust this key
  5. 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