Files
ladybird/Userland/Libraries/LibPDF/Encryption.cpp
Simon Danner 5fa8068580 LibPDF: Fix calculation of encryption key
Before this patch, the generation of the encryption key was not working
correctly since the lifetime of the underlying data was too short,
same inputs would give random encryption keys.

Fixes #16668
2023-01-04 11:10:37 -05:00

15 KiB