Secure Communication

PGP Public Key

Encrypt your message before sending it to seqrets@proton.me

Key Fingerprint

After importing the key, verify the fingerprint matches:

2C4D CD66 1F22 05AC 15C3 AC04 E462 D3A7 3866 C5D9
gpg --import pgp.txt
gpg --fingerprint seqrets@proton.me

Public Key

-----BEGIN PGP PUBLIC KEY BLOCK-----

xjMEacpEdhYJKwYBBAHaRw8BAQdA3eq293JbcFwBSw/xCTjnHYXC+ANt9CGT
ETql5JpKZXHNJXNlcXJldHNAcHJvdG9uLm1lIDxzZXFyZXRzQHByb3Rvbi5t
ZT7CwBEEExYKAIMFgmnKRHYDCwkHCRDkYtOnOGbF2UUUAAAAAAAcACBzYWx0
QG5vdGF0aW9ucy5vcGVucGdwanMub3Jn0rnlg8wq1M8wTrws9Pi9ZDiPusFg
bhPOYOvNhgBOgpQDFQoIBBYAAgECGQECmwMCHgEWIQQsTc1mHyIFrBXDrATk
YtOnOGbF2QAA8v4BAKTBpbBF6pDat6OXR1fdOWB2euBwYu9iskWTB8Rg2eIv
AQC1ruUEtdYeGIgDuPOwH+gb4fR24YB1ydklB0X1Jt+KBs44BGnKRHYSCisG
AQQBl1UBBQEBB0A6qy3k6WUxJMVDp8z5JriKvbyNz6vf/Nl4m2reFlRJPgMB
CAfCvgQYFgoAcAWCacpEdgkQ5GLTpzhmxdlFFAAAAAAAHAAgc2FsdEBub3Rh
dGlvbnMub3BlbnBncGpzLm9yZ5Ln/ZRbn2MZRFo4bdfRkMCoCLa8do8U/BVC
lPa34TzSApsMFiEELE3NZh8iBawVw6wE5GLTpzhmxdkAAGWUAQDDbWbzN3cy
J0RToe6PWyXg9n8rkaJMgXqavfrbSnROPQD/ePEf4ltEPx+steE7Opb7Hy//
xDNfoS0mhX00N7LbBwE=
=djrs
-----END PGP PUBLIC KEY BLOCK-----

How to Send an Encrypted Message

Option 1: Use aliceandbob.io(easiest)

  1. Go to aliceandbob.io/online-pgp-tool
  2. Paste the public key above into the "Recipient's Public Key" field
  3. Type your message and click Encrypt
  4. Copy the encrypted output and email it to seqrets@proton.me

aliceandbob.io runs entirely in your browser — nothing is sent to any server.

Option 2: GPG Command Line

# Download and import the key
curl -sO https://seqrets.app/pgp.txt
gpg --import pgp.txt

# Encrypt a message
echo "Your secret message" | \
  gpg --encrypt --armor \
  --recipient seqrets@proton.me

# Or encrypt a file
gpg --encrypt --armor \
  --recipient seqrets@proton.me \
  document.pdf

Send the encrypted output (.asc) as an email or attachment to seqrets@proton.me.

Option 3: Email Clients

Thunderbird

Built-in OpenPGP support. Go to Settings → End-to-End Encryption → OpenPGP Key Manager → Import. Then compose to seqrets@proton.me and click the encrypt button.

Apple Mail

Install GPG Suite, import the key, then compose normally — it auto-encrypts when a recipient key is available.

Outlook (Windows)

Install Gpg4win with Kleopatra, import the key, then use the GpgOL plugin to encrypt from Outlook.

Proton Mail users: messages sent to seqrets@proton.me from another Proton account are end-to-end encrypted automatically — no extra steps needed.