Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 306 Bytes

File metadata and controls

7 lines (5 loc) · 306 Bytes

RC4 Stream Cipher (Educational Implementation)

This repository demonstrates how the RC4 stream cipher works internally, including the Key Scheduling Algorithm (KSA) and the Pseudo-Random Generation Algorithm (PRGA).

Note: RC4 is deprecated and insecure. Do not use it in real-world cryptography.