Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
covert-encryption opened this issue Dec 4, 2021 · 0 comments

Comments

@covert-encryption
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant