Hi Shawn, Thanks for the reply.
Shawn> AES does not have an IV associated with it. IV's (Intial Vectors)
Shawn> are part of certain modes of using a block cipher. What mode are you using?
I'm using CBC mode:
CBC_Mode<AES >::Encryption encryption(pass,AES::DEFAULT_KEYLENGTH,iv);
--
Russell Robinson (mailto:[EMAIL PROTECTED])
Author of Tectite (CRM and Licensing for Software Developers)
Download your free CRM from: http://www.tectite.com/
