A small and insanely fast ARCFOUR (RC4) cipher implementation of Python. Version 0.5.0. Maintenance releases as needed.
pip install arc4No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypt and decrypt bytes with ARC4. Must re-initialize ARC4 for decryption to reset the state.
Create a new ARC4 instance with the same key before decrypting.
Use cryptography library's AES-GCM instead.
Use 'from arc4 import ARC4'.
Encode strings: b'mykey' or 'mykey'.encode()
No dependency data recorded yet.