Hi @danielquinn
It is my understanding that we can only save files with EncryptedFileField whose content fits in memory and that this limitation comes from your Cryptographer being based on pyca/cryptography's Fernet.
Is there any plan to support larger files and supports chunked files and moving existing FS files like Django's FileField does?
I imagine that it would be possible by going into pyca/cryptography's "Hazardous Layer".
Thank you very much.
Hi @danielquinn
It is my understanding that we can only save files with EncryptedFileField whose content fits in memory and that this limitation comes from your Cryptographer being based on pyca/cryptography's Fernet.
Is there any plan to support larger files and supports chunked files and moving existing FS files like Django's FileField does?
I imagine that it would be possible by going into pyca/cryptography's "Hazardous Layer".
Thank you very much.