In cryptography, RC4 is a stream cipher. While remarkable for its simplicity and speed in software, multiple vulnerabilities have been discovered in RC4, rendering it insecure.
-
Updated
Sep 23, 2018 - Python
In cryptography, RC4 is a stream cipher. While remarkable for its simplicity and speed in software, multiple vulnerabilities have been discovered in RC4, rendering it insecure.
Aim for strong encryption using only the simplest of known algorithms
RC4C cipher, it's RC4 extension with two S-boxes on key and IV, and with 3 scrambling phases.
RC4C cipher, it's RC4 extension with two S-boxes on key and IV, and with 3 scrambling phases.
Add a description, image, and links to the rc4-extension topic page so that developers can more easily learn about it.
To associate your repository with the rc4-extension topic, visit your repo's landing page and select "manage topics."