Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lorenzofelletti/streamcipherrc4


https://github.com/lorenzofelletti/streamcipherrc4

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# StreamCipherRC4
Implements the RC4 algorithm and define two entities - sender & receiver - that can send/receive messages
encrypted using RC4.

Sender and receiver shares a seed at the beginning, then used to generate (with Java SecureRandom) a new key for each message.

⚠️⚠️⚠️Note⚠️⚠️⚠️

This repository is made for learning purposes ONLY.

DO NOT be use it in production software.