Add Error Handling for Onepad Encryption/Decryption #10081
Annotations
5 errors
Ruff (E501):
ciphers/md5.py#L3
ciphers/md5.py:3:89: E501 Line too long (111 > 88)
|
Ruff (E501):
ciphers/md5.py#L4
ciphers/md5.py:4:89: E501 Line too long (130 > 88)
|
Ruff (E501):
ciphers/md5.py#L8
ciphers/md5.py:8:89: E501 Line too long (93 > 88)
|
Ruff (S324):
ciphers/md5.py#L15
ciphers/md5.py:15:16: S324 Probable use of insecure hash functions in `hashlib`: `md5`
|
ruff
Process completed with exit code 1.
|