Files received for encryption with PGP are first stored in cleartext and encrypted only at a later stage #672
Comments
|
There are several possible solutions, each of them with different effort/risks/drawback: a) Use OpenPGP Client side encryption b) Use of secure delete functionality for the clear-text file c) Use a temporary, volatile key to store that "clear-text" file to the filesystem d) Use disk encryption for all it's operation like ticket #159 IMHO the right order of implementation would be: |
|
during the 2.54 hackaton we implemented the following solution to the issue:
|
|
closing the ticket. eventually we may open an enhancement ticket where describe a possible configuration option to avoid file delivery for receivers not enabled for PGP. /cc @fpietrosanti @vecna |
Files received for encryption with PGP are first stored in cleartext and encrypted only at a later stage.
This means that a cleartext version of the file (to be later encrypted) is saved in clear-text temporarly, until.
This ticket is to evaluate a solution to this problem, that means not storing files unencrypted on disk if all the receiver need to have encryption.
This is to be considered also while fixing #604
The text was updated successfully, but these errors were encountered: