Re: About RC4 decryption.

2011-11-01 Thread re.est
On 11/01/2011 06:48 PM, nilesh wrote: Hi, I am a newbie in the cryptography area and learning by writing some test code. I have setup the apache server and capturing packets using wireshark. I have a query specific to RC4. With the given server private key, I am able to generate master secret

Re: Problems with AES-CFB1

2011-11-01 Thread re.est
h the usage of API. - re.est On Sun, Oct 30, 2011 at 4:55 PM, Ananthasayanan Kandiah mailto:ananthasaya...@obtino.com>> wrote: > Hi, > > I'm trying to use AES-CFB1 through the "low-level" calls. Here's the example > program I have come u

Re: Problems with AES-CFB1

2011-11-01 Thread re.est
Hi, I have tried your code and replaced the length param with bit length (*8) instead. It worked. It seems that there are inconsistent with the usage of API. - re.est On Sun, Oct 30, 2011 at 4:55 PM, Ananthasayanan Kandiah mailto:ananthasaya...@obtino.com>> wrot