{% extends "layout.html" %} {% block content %}
View Sensitive Information
You can view your DB credentials for saving to the alfred database from standalone ("local") experiments and your personal encryption key here.
Keep those secrets safe!
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.
The methods alfred3.Experiment.encrypt()
and
alfred3.Experiment.decrypt()
are experimental and are likely to
change in future versions. If you want to be sure that your code will work with future versions, you can
still use this key for your own fernet instances.