Skip to content

Simulated the behaviour of RC4 encryption algorithm and coded in Python

Notifications You must be signed in to change notification settings

JustKshitijD/RC4-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Run the code as:-
python rc4_2.py

For every message, you will the message, its cipher text, and the message got back after decoding.
Randomness score for 300 messages for (message_len,toggle_size) is calculated.

At the end, you will get a graph of randomness_score vs key_toggle_size.

The graph by my previous run is kept in the folder as graph.png 

About

Simulated the behaviour of RC4 encryption algorithm and coded in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages