On Feb 10, 3:18 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have tried to use crypto++ to get the same result as mcrypt for a
> simple CFB crypto. The reason is I am trying to write a new client for
> an existing server that use mcrypt, and mcrypt is not "easily"
> available for windows.
>
> The result from mcrypt is:
> 0xa7, 0x8f, 0x88, 0x4e, ...
>
> Where-as the result from crypto++ is:
> 0xa7, 0x44, 0x24, 0x6e, ...

Hi,

this is the same problem I had. I was able to solve it with Jeffrey's
help. Take a look into 
http://groups.google.com/group/cryptopp-users/t/c9c2d68f70e6763b

Best regards,
Stephen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to