{% extends 'django_zkp_auth/base.html' %} {% block title %}Register — ZKP Auth{% endblock %} {% block content %}

New Identity

Create a Zero-Knowledge profile.

{% csrf_token %}

Only your public key (G^x) is stored — your passphrase never leaves your device.

{% endblock %} {% block extra_scripts %} {% endblock %}