PDA

View Full Version : I'd like to share an encryption method




sergio27
Jul 1, 2009, 10:45 PM
I think this could be useful for some people here:

AES interoperability between .Net and iPhone
http://dotmac.rationalmind.net/2009/02/aes-interoperability-between-net-and-iphone/



jnic
Jul 2, 2009, 03:24 AM
Your implementation uses a fixed IV, which in CBC mode would allow an attacker to infer when messages are repeated, based upon the first block.