1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:07:36 +00:00

LibPDF: Attempt to unecrypt strings and streams

This commit is contained in:
Matthew Olsson 2022-03-22 19:29:49 -07:00 committed by Andreas Kling
parent 60c3e786be
commit 4e81663b31
2 changed files with 22 additions and 8 deletions

View file

@ -146,6 +146,7 @@ private:
RefPtr<DictObject> m_trailer;
Optional<LinearizationDictionary> m_linearization_dictionary;
Vector<Reference> m_current_reference_stack;
bool m_disable_encryption { false };
};
};