Skip to content

Sonath21/RC4-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RC4-Encryption-Text-Binary-Converter

Overview

This project provides a Python implementation of the RC4 encryption algorithm. It includes functions for converting text to binary and binary to text, demonstrating how to encrypt and decrypt messages using a specified key.

Features

  • RC4 Encryption Algorithm: Implementation of the key-scheduling algorithm (KSA) and the pseudo-random generation algorithm (PRGA).
  • Text to Binary Conversion: Converts text messages to binary format.
  • Binary to Text Conversion: Converts binary strings back to text messages.

Getting Started

Prerequisites

  • Python 3.x

Usage

  1. Clone the repository:

    git clone https://github.com/Sonath21/RC4-Encryption.git
    cd RC4-Encryption
  2. Run the script:

    python rc4_encryption.py

About

This project provides a Python implementation of the RC4 encryption algorithm. It includes functions for converting text to binary and binary to text, demonstrating how to encrypt and decrypt messages using a specified key.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages