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

Enable AES-256 support #27

Open
michaelrsweet opened this issue Nov 30, 2021 · 1 comment
Open

Enable AES-256 support #27

michaelrsweet opened this issue Nov 30, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request priority-low
Milestone

Comments

@michaelrsweet
Copy link
Owner

michaelrsweet commented Nov 30, 2021

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.

@michaelrsweet michaelrsweet self-assigned this Nov 30, 2021
@michaelrsweet michaelrsweet added enhancement New feature or request priority-medium labels Nov 30, 2021
@michaelrsweet michaelrsweet added this to the Stable milestone Nov 30, 2021
@michaelrsweet michaelrsweet changed the title Add AES-256 support Enable AES-256 support Nov 30, 2021
@michaelrsweet
Copy link
Owner Author

Sigh, since macOS still doesn't support AES-256 and PDF encryption remains a joke, deferring to "future"...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low
Projects
None yet
Development

No branches or pull requests

1 participant