django-encrypted-filefield icon indicating copy to clipboard operation
django-encrypted-filefield copied to clipboard

Session-based decryption?

Open mmaridev opened this issue 2 years ago • 1 comments

Is it possible to load the key for decryption on log-in?

mmaridev avatar May 28 '22 21:05 mmaridev

Encryption is done synchronously with a password (this isn't public/private key crypto), and the password is configured as a settings value at server start time, so probably not, sorry.

It's a good idea though, and you can probably leverage much of this project to do it if you're so inclined. Just respect the terms of the license and fork away 😉

danielquinn avatar Jul 12 '22 19:07 danielquinn