Skip to content

0xsirus/RC4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

RC4

RC4 C implementation Demo

The full implementaion of RC4 symmetric encryption has been written in rc4_demo.c for encrypting/decrypting a simple text message with ASCII password. The same logic can be use to work with binary data in which case you should change the variable types and key generation part.

About

RC4 C implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages