{% extends "base.html" %} {% block title %}Recovery Key Setup - Stego{% endblock %} {% block content %}
Recovery Key Setup
Step 2 of 2
What is a recovery key?
If you forget your admin password, this key is the ONLY way to reset it. Save it somewhere safe - it will not be shown again.
{% if qr_base64 %}
Recovery Key QR Code
Scan with your phone's camera app
{% endif %}
{% if qr_base64 %} {% endif %}

Security Notes
  • The recovery key is not stored - only a hash is saved
  • Keep it separate from your password (different location)
  • Anyone with this key can reset admin passwords
  • If you lose it and forget your password, you must recreate the database
{% endblock %} {% block scripts %} {% endblock %}