Using RC4 (ARC4) Cipher from PyCryptodome
Code uses RC4: from Crypto.Cipher import ARC4; cipher = ARC4.new(key). RC4 cryptographically broken. Biases in keystream enable practical attacks. WEP and WPA-TKIP vulnerabilities based on RC4. Distinguished from random with 2^24-2^26 bytes. Deprecated by IETF RFC 7465. Forbidden in TLS.