Skip to content

drFabio/RC4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RC4 encryption

A simple implementation of RC4 encryption

Why you are not setting the key on the constructor?

By setting the key on a method I can reset it for a decryption later without creating a new object and paying the burden of initialization

About

C++ RC4 implementation for chars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published