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

Implement MS-CFB container for full password protection #276

Open
nkryuchkov opened this issue May 6, 2019 · 1 comment
Open

Implement MS-CFB container for full password protection #276

nkryuchkov opened this issue May 6, 2019 · 1 comment
Labels

Comments

@nkryuchkov
Copy link
Contributor

Description

Right now the password protection is implemented according to the ooxml specification. It works correctly but it is not intended to prevent the file from being opened without the password prompt. Password protected files should not be saved as zip containers, instead they should be saved as MS-CFB containers according to the following specification: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/53989ce4-7b05-4f8d-829b-d08d6148375b . MS-CFB should be implemented to allow full password protection

@gunnsth
Copy link
Contributor

gunnsth commented Nov 18, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants