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

Replace bf-ecb by secure algorithm like aes-256-cbc #65

Open
glu000 opened this issue Oct 23, 2024 · 0 comments
Open

Replace bf-ecb by secure algorithm like aes-256-cbc #65

glu000 opened this issue Oct 23, 2024 · 0 comments

Comments

@glu000
Copy link

glu000 commented Oct 23, 2024

In cdavurls.php bf-ecb is used to encrypt ICS links. In openssl V3 you need to manually activate legacy providers. Therefore - in a default setup with openssl 3 - this is not working as openssl_encrypt returns false.

Suggestions would be to move to aes-256-cbc or another non-legacy algorithm. Or at least to add a note to the README file how to enable legacy providers in openssl 3

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

No branches or pull requests

1 participant