This project provides a Python implementation of the RC4 encryption algorithm. It includes functions for converting text to binary and binary to text, demonstrating how to encrypt and decrypt messages using a specified key.
- RC4 Encryption Algorithm: Implementation of the key-scheduling algorithm (KSA) and the pseudo-random generation algorithm (PRGA).
- Text to Binary Conversion: Converts text messages to binary format.
- Binary to Text Conversion: Converts binary strings back to text messages.
- Python 3.x
-
Clone the repository:
git clone https://github.com/Sonath21/RC4-Encryption.git cd RC4-Encryption -
Run the script:
python rc4_encryption.py