{% extends "base.html" %} {% block body %}
{{ gettext("SecureDrop encrypts files and messages after they are submitted. Encrypting messages and files before submission can provide an extra layer of security before your data reaches the SecureDrop server.") }}
{{ gettext("If you are already familiar with the GPG encryption software, you may wish to encrypt your submissions yourself. To do so:") }}
.asc
').format(url=url_for('info.download_journalist_pubkey'))|safe }}.asc
file you just downloaded and it will be automatically imported to your keyring.').format(url='https://tails.boum.org') }}gpg --import /path/to/key.asc
.') }}.asc
!)')|safe }}gpg --recipient <user ID> --encrypt roswell_photos.pdf
')|safe }}roswell_photos.pdf.gpg
)') }}{{ gettext('Tip: If you wish to remain anonymous, do not use GPG to sign the encrypted file (with the --sign
or -s
flag) as this will reveal your GPG identity to us.')|safe }}