{% extends "layouts/auth.html" %} {% block title %}{{_("Passphrase")}} | {{_('Setup')}}{% endblock %} {% block content %} {% set setup_crypto = mailpile("setup/crypto") %}
{# Authenticated Confirmation Views #}

{{_("Creating Encryption Keys")}}

{{_("Your encryption keys are being created. You may proceed with setting up your Mailpile while this is happening in the background as this process will take a while.")}}

{{_("Next")}}

{{_("Successfully Authenticated")}}

{{_("Below is the unique fingerprint of your encryption key. Use this to help other people verify your encryption key by reading it to them in person, phone, or video chat, and have them compare it to the fingerprint on the encryption key they have!")}}

{{_("Next")}}

{# Input Form For Authenticating #}
{% if not result.creating_key and setup_crypto.result.secret_keys|length == 0 %}

{{_("Create your passphrase")}}

{{_("Your passphrase should be something really hard to guess but memorable")}}
{{_("This passphrase will be used to unlock your Mailpile and for your encryption keys")}}

{{_("Note: this passphrase is also what you use to log in to your Mailpile")}}

{% elif setup_crypto.result.secret_keys|length > 0 %}
{% endif %}
{% endblock %}