Skip to content

TheDL98/RC4-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run on Repl.it

RC4 Algorithm

A simple RC4 cipher program written in Python.

How the program works

The program currently works by recieving the text to be encoded and the key both in the form of a UTF-8 string, then convert them to integers to work with them mathematically, and finally output the ciphered text in the form of hexadecimal numbers.

TODO

  • Create a decrypting method
  • Enable Hex inputs
  • let the user choose to decrypt or to encrypt

Releases

No releases published

Packages

No packages published

Languages