{% extends "layout.html" %} {% block content %}
View Sensitive Information
Show can view your DB credentials for saving to the alfred database from standalone ("local") experiments and your personal encryption key here.
This encryption key will be used, if you use the alfred3.Experiment.encrypt()
or alfred3.Experiment.decrypt()
methods in web experiments deployed via mortimer. You will need it, if you want to decrypt data that you encrypted before writing to the database. Use cryptography.fernet.Fernet
for decryption outside of alfred experiments.
Keep those secrets safe!