You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PDFio only supports RC4-40/128 and AES-128, need to also add AES-256 from PDF 2.0. Most of the supporting code is already there (including the PDFIO_ENCRYPTION_AES_256 enumeration), just need to hook the last bits up and test.
The text was updated successfully, but these errors were encountered:
Currently PDFio only supports RC4-40/128 and AES-128, need to also add AES-256 from PDF 2.0. Most of the supporting code is already there (including the
PDFIO_ENCRYPTION_AES_256
enumeration), just need to hook the last bits up and test.The text was updated successfully, but these errors were encountered: