Your data is encrypted
Each user has their own encrypted database protected by their password
{% if not has_encryption %}
Security Warning:
Database encryption is not available. Your data will be stored unencrypted.
Install SQLCipher for secure storage.
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'success' %}
{% elif category == 'info' %}
{% else %}
{% endif %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if allow_registrations %}
Don't have an account? Register here
{% endif %}
Your browser can save your password for easy login