Mortimer v0.4.4
Pre-release
Pre-release
Encryption Keys
- Every user now has a unique fernet encryption key, generated via
cryptography.fernet.Fernet.generate_key()
. The key is passed as an entry in theconfig
dictionary (key:encryption_key
) to thegenerate_experiment()
function inalfredo.py
. - The key itself is saved to the mortimer database in encrypted form.
- Usage: See here
Bugfixes
- Fixed a bug that prevent the deletion of single files in the resources pane to work properly.