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

CryptographyDeprecationWarning #3

Open
stefanDeveloper opened this issue Aug 30, 2024 · 0 comments
Open

CryptographyDeprecationWarning #3

stefanDeveloper opened this issue Aug 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@stefanDeveloper
Copy link
Owner

Describe the bug

Due to deprecation in Python module cryptography, we receive the following warning:

 CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
    cipher=algorithms.TripleDES

Based on secdev/scapy#4505, with the following Scapy version this bug should be fixed.

Steps to reproduce

Run

python -m pytest tests.py
@stefanDeveloper stefanDeveloper added the bug Something isn't working label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant