GPG Public Keys

Key Transition Notice: As of September 2025, I have transitioned from a single RSA4096 key to separate Ed25519 keys for personal and work use.

Active Keys

Personal Key ACTIVE

Key ID: BAEA035A139473C3D51E8701F431D3D837535E7A

Type: Ed25519 | Created: September 29, 2025 | Expires: September 28, 2030

Use: Personal projects, signing, encryption

Fingerprint:
BAEA 035A 1394 73C3 D51E 8701 F431 D3D8 3753 5E7A

Identities: igor@igorpartola.com, igor@ridgebit.net, igor@ridgebit.com

Download Public Key

Work Key ACTIVE

Key ID: 295C386F5384C5B0B8EB0061B21653F2794863BE

Type: Ed25519 | Created: September 29, 2025 | Expires: September 28, 2030

Use: Work-related projects, professional communication

Fingerprint:
295C 386F 5384 C5B0 B8EB 0061 B216 53F2 7948 63BE

Identities: igor@activefrequency.com

Download Public Key

How to Import and Verify

Import from File

Download the key file above and import it:

gpg --import personal.asc
gpg --import work.asc

# Verify fingerprints
gpg --fingerprint BAEA035A139473C3D51E8701F431D3D837535E7A
gpg --fingerprint 295C386F5384C5B0B8EB0061B21653F2794863BE

Import from Keyserver

gpg --keyserver keys.openpgp.org --recv-keys BAEA035A139473C3D51E8701F431D3D837535E7A
gpg --keyserver keys.openpgp.org --recv-keys 295C386F5384C5B0B8EB0061B21653F2794863BE

Web Key Directory (WKD)

GPG can automatically discover keys via email:

gpg --locate-keys igor@igorpartola.com
gpg --locate-keys igor@activefrequency.com

Verifying Signatures

# Verify a detached signature
gpg --verify file.sig file

# Verify a signed file
gpg --verify signed-file.asc

Encrypting Messages

# Encrypt for personal key
gpg --encrypt --recipient igor@igorpartola.com message.txt

# Encrypt for work key
gpg --encrypt --recipient igor@activefrequency.com message.txt

Key Transition

⚠️ Deprecated Key: My old RSA4096 key is no longer used for new signatures or encryption. It is retained only for verifying old signatures and decrypting old files.

Old RSA Key DEPRECATED

Key ID: 4A8510E3353644EE02E3F522B2AC08B52272781B

Type: RSA4096 | Created: September 12, 2010

Status: Superseded by personal and work keys above

Fingerprint:
4A85 10E3 3536 44EE 02E3 F522 B2AC 08B5 2272 781B

Download Old Key (Archive)

Transition Statements

Best Practices


Last updated: September 29, 2025 | keys.openpgp.org | GitHub