OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
272 stars 134 forks source link

[engine.py] CryptographyDeprecationWarning: Blowfish and will be removed from this module in 45.0.0 #721

Open oittaa opened 4 months ago

oittaa commented 4 months ago

There are 4 other ciphers to be removed at the same time or soon after it. This app will break soon if these are not removed. Everyone should be using more modern and secure ciphers anyway.

CAST5 and will be removed from this module in 45.0.0
IDEA and will be removed from this module in 45.0.0
ARC4 and will be removed from this module in 48.0.0
TripleDES and will be removed from this module in 48.0.0