// PGP Public Keys
Verify our identity and encrypt communications. All keys are published for transparency.
General Communications
contact@zion-offsec.net
Key ID: 0xZION2026COMM
Fingerprint: A1B2 C3D4 E5F6 7890 1234 5678 9ABC DEF0 1234 5678
Algorithm: RSA 4096-bit
Created: 2026-01-01
Expires: 2028-01-01
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBGZ....[PLACEHOLDER — Replace with real key]
-----END PGP PUBLIC KEY BLOCK-----
Fingerprint: A1B2 C3D4 E5F6 7890 1234 5678 9ABC DEF0 1234 5678
Algorithm: RSA 4096-bit
Created: 2026-01-01
Expires: 2028-01-01
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBGZ....[PLACEHOLDER — Replace with real key]
-----END PGP PUBLIC KEY BLOCK-----
Security Reports
security@zion-offsec.net
Key ID: 0xZION2026SEC
Fingerprint: F0E1 D2C3 B4A5 9687 7856 3412 0FED CBA9 8765 4321
Algorithm: Ed25519 / Curve25519
Created: 2026-01-01
Expires: 2027-06-01
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZm....[PLACEHOLDER — Replace with real key]
-----END PGP PUBLIC KEY BLOCK-----
Fingerprint: F0E1 D2C3 B4A5 9687 7856 3412 0FED CBA9 8765 4321
Algorithm: Ed25519 / Curve25519
Created: 2026-01-01
Expires: 2027-06-01
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZm....[PLACEHOLDER — Replace with real key]
-----END PGP PUBLIC KEY BLOCK-----
Verification Guide
$ IMPORT KEY
$ curl -sL https://zion-offsec.net/keys/contact.asc | gpg --import
# or download and import manually
# or download and import manually
$ VERIFY FINGERPRINT
$ gpg --fingerprint contact@zion-offsec.net
# compare with fingerprints above
# compare with fingerprints above
$ ENCRYPT MESSAGE
$ echo "msg" | gpg -ear contact@zion-offsec.net
# paste output in contact form
# paste output in contact form