shrinidhihegde3 / Snippify-Hub

This Repo is aimed to give easy access for code snippets that programmer or developer use
https://snippify-hub.vercel.app
MIT License
12 stars 21 forks source link

RC4 Cipher #60

Open shrinidhihegde3 opened 1 month ago

shrinidhihegde3 commented 1 month ago

A stream cipher where each bit or byte is encrypted separately. RC4 was widely used but is now considered insecure due to vulnerabilities. Add input and output field so that people can experiment

SanskariWolf commented 1 month ago

Can you please assign this issue to me? I would like to work over it.

shrinidhihegde3 commented 1 month ago

Contribute inside Ciphers folder. Add how to use, how it works detailed explaination, Reference, Use case, Also add space and time complexity

shrinidhihegde3 commented 1 month ago

any updates?

SanskariWolf commented 1 month ago

Yup, i am nearly done with the work, will be creating the merge request by 17th of October.