Skip to content
/ rc4 Public

An application for data encryption using the RC4 algorithm

Notifications You must be signed in to change notification settings

Vaynbaum/rc4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Stream cipher RC4

About

Console program for encrypting and decrypting text using the RC4 method

Getting Started

You need to copy the project to your computer in a convenient way

Usage

In the console from the project directory:

Run the script in the main.py file and enter the key and message

image