In article <bivnpu$d8ls6$1 @ID-133164.news.uni-berlin.de>, merkerk@deadspa m.com says...[color=blue][color=green]
> > Where can I find a sample implementation of the rc4 algorithm in[/color]
> standard c++?
>
> Google?[/color]
A search for "ARC4 download" should get you a good start. In case you
care, "ARC4" stands for "alleged RC4". RC4 was invented by Ron Rivest,
and at least officially the algorithm is considered a trade secret, so
unless you want to enter into a non-disclosure agreement with RSADSI,
you're stuck using something that's merely alleged to be the same (then
again, Ron Rivest's home page has a pointer to one ARC4 page).
Comment