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

support new file formats, for example compression without password #81

Open
clach04 opened this issue Nov 5, 2023 · 1 comment
Open
Labels
early-access early access code available enhancement New feature or request

Comments

@clach04
Copy link
Owner

clach04 commented Nov 5, 2023

Related #4 and #76

Allow compression (compress) and decompression (decompress) of compressed files (additional keywords due to stemming limitation with GitHub stemming search 2024-09-07).

Ideas

https://quixdb.github.io/squash-benchmark/#ratio-vs-decompression

Python libs built-in

Python libs third party

@clach04 clach04 added the enhancement New feature or request label Nov 5, 2023
@clach04
Copy link
Owner Author

clach04 commented Sep 7, 2024

Would want to refactor class EncryptedFile to have is_encrypted boolean set to true. Which would also alter:

def supported_filetypes_info(encrypted_only=False):

if encrypted_only and file_extension in RawFile.extensions:

@clach04 clach04 added the early-access early access code available label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
early-access early access code available enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant