You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "crypt4gh/crypt4gh/keys/ssh.py", I have identified a security vulnerability about insecure cryptographic algorithm. Triple DES(TDEA) is disallowed or for legacy use after 2023.
Description:
In the "crypt4gh/crypt4gh/keys/ssh.py", I have identified a security vulnerability about insecure cryptographic algorithm. Triple DES(TDEA) is disallowed or for legacy use after 2023.
Location:
https://github.com/EGA-archive/crypt4gh/blob/master/crypt4gh/keys/ssh.py#L70
Reference
Recommendations:
Try using other symmetric encryption algorithm like AES instead of TDEA.
The text was updated successfully, but these errors were encountered: