tag archive 'RC4'

Tool name :
RC4Encryption 0.1

 

Description :
RC4Encryption is a tool to encrypt and decrypt files with the RC4 algorithm. The tool itself is not really hot stuff. OpenSSL supports RC4 since years and also many other algorithms. But you can use this code without any dependency of an additional library and you have working functions of stream [...]

read full post »

Below, you can find a link to the source code with the function(s) to encrypt and decrypt data buffers with the RC4 altorithm.
rc4.cpp

read full post »