{% extends "base.html" %} {% block tab_title %}{{ gettext("Why download the team's public key?") }}{% endblock %} {% 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:") }}
{submission_key_fpr_filename}
.asc
file you just downloaded and it will be automatically imported to your keyring.').format(url='https://tails.boum.org') }}
gpg --import /path/to/{submission_key_fpr_filename}
{{ gettext('gpg --recipient \'{submission_key_fpr}\' --encrypt /path/to/submission
').format(submission_key_fpr=submission_key_fpr)|safe }}
internal_memo.pdf.gpg
)') }}
{{ gettext('Important: 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 }}