insecure-hash-algorithm-sha1
insecure-hash-algorithm-md5
insecure-cipher-algorithm-idea
cryptography
package it is recommended to use Fernet
which is a secure implementation of AES in CBC mode with a 128-bit key. Alternatively, keep using the Cipher
class from the hazmat primitives but use the AES algorithm instead.insufficient-ec-key-size
crypto-mode-without-authentication
insecure-cipher-algorithm-blowfish
cryptography
package it is recommended to use Fernet
which is a secure implementation of AES in CBC mode with a 128-bit key. Alternatively, keep using the Cipher
class from the hazmat primitives but use the AES algorithm instead.empty-aes-key
insecure-cipher-algorithm-arc4
cryptography
package it is recommended to use the Fernet
which is a secure implementation of AES in CBC mode with a 128-bit key. Alternatively, keep using the Cipher
class from the hazmat primitives but use the AES algorithm instead.insufficient-dsa-key-size
insufficient-rsa-key-size
insecure-cipher-mode-ecb