covert icon indicating copy to clipboard operation
covert copied to clipboard

Better implementation of archive / file index (attachments in encryption)

Open covert-encryption opened this issue 4 years ago • 0 comments

The current implementation is rather naive. Should be rewritten using pathlib where possible. Only the file being read should be kept open. Possibly it should be refactored so that files are opened by the application and not internally within covert.archive, similarly to how the decryption works, where the archive only supplies filenames and the application (covert.cli) does all file I/O.

covert-encryption avatar Dec 04 '21 02:12 covert-encryption