Skip to content

p-nath/rc4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RC4 Stream Cipher using Python 2.7

Run RC4 encryption using the default plaintext and key by running pyhton rc4.py

The keystream generated by the RC4 is distinguishable from perfectly random stream as it is biased in certain sequences.

To see that the second byte is biased towards 0 run python rc4.py c -o <output_filename>

wiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages