RC4

Login to reply to this topic.
Tue, 2007-01-09 21:54
Joined: 2006-10-12
Forum posts: 27
Anyone know of a C++ RC4 implementation for Symbian?  Or better yet a Symbian API that supports RC4?  Thanks!

Wed, 2007-01-10 10:06
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1886
Re: RC4
What is RC4 ?

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Wed, 2007-01-10 10:32
Joined: 2005-11-20
Forum posts: 1058
Re: RC4
Maybe pantalanaga means the crypto algorithm:
http://en.wikipedia.org/wiki/RC4

A quick Google search for "RC4 Symbian" does not get any hopeful hits...

René Brunner

Wed, 2007-01-10 11:59
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1886
Re: RC4
LibTomCrypt has it and is easily portable to Symbian (we did it last year within a few days for one of our customer).


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Wed, 2007-01-10 15:29
Joined: 2004-09-14
Forum posts: 140
Re: RC4
There is an RC4 stream implementation in Symbian but it is limited to partners only I am afraid

Paul Todd

Thu, 2007-01-11 10:14
Joined: 2004-09-06
Forum posts: 235
Re: RC4
It is not that difficult to port an available RC4 C++ code to Symbian C++.
It hardly takes few steps to change the datatypes.

We had done that for AES, and didn't faced much problem doing that.
  • Login to reply to this topic.