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

structural repairs not support for encrypted docs #77

Open
plaisted opened this issue Feb 12, 2023 · 0 comments
Open

structural repairs not support for encrypted docs #77

plaisted opened this issue Feb 12, 2023 · 0 comments

Comments

@plaisted
Copy link
Contributor

Current rebuilding tries to read the object streams it finds as it scans the document. This doesn't work with encryption since the encryption hasn't been set up yet.

Repair process should be adjusted to:

  • find all indirect objects and track object stream
  • determine if encrypted and set up decryption if needed
  • go back and parse object stream info
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