Add Error Handling for Onepad Encryption/Decryption #10080
Annotations
6 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 (W292):
ciphers/onepad_cipher.py#L95
ciphers/onepad_cipher.py:95:34: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|