Important Security NoticeYour database will be encrypted with your password. There is NO way to recover your data if you forget your password. Please use a password manager.
{% else %}
Security Alert: No Encryption Available
SQLCipher is not installed. Your database will be created WITHOUT encryption.
Your API keys and data will be stored in plain text.
This is NOT recommended for production use.
Install SQLCipher before creating accounts for secure operation.
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}