You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the known safety issues with RC-4 pseudo-random stream generation
Contribute some unique approach to making my algorithm safer
About
Rivest Cipher-4 (RC-4) stream cipher library implementation from scratch in C. This library will gradually diverge from the RC-4 algorithm that Ron originally crafted, as I create my own (albiet very SUPER impractical) encryption algorithm and C library: Evans Rivest Cipher 4 (ERC-4)