Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Study the existing RC4 operation implementation in CyberChef (src/core/operations/RC4.mjs). Understand the pattern for registering operations and handling input/output. Then implement RC5 and RC6 encryption and decryption operations following the Wikipedia specifications. Ensure consistency with the codebase and add tests.