Add RC4 (Rivest Cipher 4) stream cipher to ciphers/ #18004
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (S105):
rc4_cipher.py#L172
rc4_cipher.py:172:18: S105 Possible hardcoded password assigned to: "secret_key"
|
|
ruff (S105):
ciphers/rc4_cipher.py#L168
ciphers/rc4_cipher.py:168:18: S105 Possible hardcoded password assigned to: "secret_key"
|