You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withincovert.archive
, similarly to how the decryption works, where the archive only supplies filenames and the application (covert.cli) does all file I/O.The text was updated successfully, but these errors were encountered: