The Wayback Machine - https://web.archive.org/web/20220606181144/https://github.com/topics/rc4-algorithm
Skip to content
#

rc4-algorithm

Here are 25 public repositories matching this topic...

Crypto projects in python, e.g. Attacks to Vigenere, RSA, Telnet Protocol, Hip Replacement , Vernam cipher, Crack Zip Files, Encryptions RC4, Steganography, Feistel cipher, Superincreasing Knapsac, Elliptic Curve Cryptography, Diffie Hellman & EDF.
  • Updated Jan 3, 2022
  • Python

This program can encrypt secret messages using a combination of RC4 and base 64 cryptographic algorithms then insert them into image files using the Least Significant Bit (LSB) method. by combining both cryptographic and steganographic methods, providing multiple security. Encryption will convert a secret message (plain text) into an unreadable random message (cipher text) then inserted into the pixel image with the steganography method (Least significant Bit) so that people do not realize in the image.
  • Updated Jan 22, 2020
  • PHP

A project named "STEGANOGRAPHY TOOLS " that provide 4 types of Steganography { Image, Text, Audio, Video } that hides User's Text message in the desired cover file using the tool and can send it to the receiver who can extract the Hidden message using the same tool .
  • Updated Feb 7, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the rc4-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rc4-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more