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

Use of deprecated DES-CBC cipher #30

Open
stv0g opened this issue Sep 17, 2024 · 0 comments
Open

Use of deprecated DES-CBC cipher #30

stv0g opened this issue Sep 17, 2024 · 0 comments
Milestone

Comments

@stv0g
Copy link

stv0g commented Sep 17, 2024

The Encrypt() API defaults to the deprecated DES-CBC cipher, which can only be configured via the global variable ContentEncryptionAlgorithm.

The global variable should be elimnated and the alg be passed as an argument to the function.

This change requires a v2 of the package as it breaks the API.

See:

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

2 participants