Skip to content

Mortimer v0.4.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jobrachem jobrachem released this 14 Apr 16:07
· 258 commits to master since this release
19c6a12

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 the config dictionary (key: encryption_key) to the generate_experiment() function in alfredo.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.